- Added an error message for missing key file.
This commit is contained in:
Paul Beckingham 2013-10-29 21:03:39 -04:00
parent 02f1b90e94
commit 6c985b76c3
4 changed files with 4 additions and 0 deletions

View file

@ -407,6 +407,7 @@
#define STRING_CMD_SYNC_NO_SERVER "Task Server is not configured."
#define STRING_CMD_SYNC_BAD_CRED "Task Server credentials malformed."
#define STRING_CMD_SYNC_BAD_CERT "Task Server certificate missing."
#define STRING_CMD_SYNC_BAD_KEY "Task Server key missing."
#define STRING_CMD_SYNC_ADD " add {1} '{2}'"
#define STRING_CMD_SYNC_MOD "modify {1} '{2}'"
#define STRING_CMD_SYNC_PROGRESS "Syncing with {1}"