From 8bdf0c0b3b8870157f50554ea51d4751d0b7efa9 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 2 Feb 2016 08:16:08 +0100 Subject: calcurse-caldav: Reword dry-run warning Signed-off-by: Lukas Fleischer --- contrib/caldav/calcurse-caldav.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/caldav/calcurse-caldav.py b/contrib/caldav/calcurse-caldav.py index 806f2e4..21bcfac 100755 --- a/contrib/caldav/calcurse-caldav.py +++ b/contrib/caldav/calcurse-caldav.py @@ -442,9 +442,9 @@ else: # Show disclaimer when performing a dry run. if dry_run: - print('Dry run. Nothing is actually imported/exported.') - print('Edit the configuration file and add "DryRun = No" to the [General] section') - print('to enable synchronization.') + warn(('Dry run; nothing is imported/exported. Add "DryRun = No" to the ' + '[General] section in the configuration file to enable ' + 'synchronization.')) # Check whether the specified calcurse binary is executable and compatible. ver = calcurse_version() -- cgit v1.2.3