calcurse-caldav: Reword dry-run warning

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer 2016-02-02 08:16:08 +01:00
parent 4671a02846
commit 8bdf0c0b3b

View File

@ -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()