diff options
-rwxr-xr-x | contrib/caldav/calcurse-caldav.py | 6 |
1 files 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() |