l10n: Eliminated STRING_ERROR_PREFIX

This commit is contained in:
Paul Beckingham 2018-01-20 13:50:10 -05:00
parent 69bf268e42
commit 60394aad6a
9 changed files with 0 additions and 9 deletions

View file

@ -484,7 +484,6 @@
// Errors
// TODO Move each of these to appropriate section.
#define STRING_ERROR_PREFIX "Error: "
#define STRING_TRIVIAL_INPUT "You must specify a command or a task to modify."
#define STRING_INFINITE_LOOP "Terminated substitution because more than {1} changes were made - infinite loop protection."
#define STRING_UDA_TYPE "User defined attributes may only be of type 'string', 'date', 'duration' or 'numeric'."