mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: "account not enabled" is now "account doesn't exist"
As of taskd 1.1.0 this option is no longer available, hence it's only valid for 1.0.0 servers. Since 1.1.0 is replacing 1.0.0 and has been adopted by recent linux distributions, the error message no longer needs to refer to account activation.
This commit is contained in:
parent
5d02291077
commit
535fc1c465
4 changed files with 4 additions and 4 deletions
|
@ -466,7 +466,7 @@
|
|||
#define STRING_CMD_SYNC_SUCCESS2 "Sync successful. {1} changes downloaded."
|
||||
#define STRING_CMD_SYNC_SUCCESS3 "Sync successful. {1} changes uploaded, {2} changes downloaded."
|
||||
#define STRING_CMD_SYNC_SUCCESS_NOP "Sync successful. No changes."
|
||||
#define STRING_CMD_SYNC_FAIL_ACCOUNT "Sync failed. Either your credentials are incorrect, or your Taskserver account is not enabled."
|
||||
#define STRING_CMD_SYNC_FAIL_ACCOUNT "Sync failed. Either your credentials are incorrect, or your account doesn't exist on the Taskserver."
|
||||
#define STRING_CMD_SYNC_FAIL_ERROR "Sync failed. The Taskserver returned error: {1} {2}"
|
||||
#define STRING_CMD_SYNC_FAIL_CONNECT "Sync failed. Could not connect to the Taskserver."
|
||||
#define STRING_CMD_SYNC_BAD_SERVER "Sync failed. Malformed configuration setting '{1}'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue