l10n: Eliminated STRING_EVAL_*

This commit is contained in:
Paul Beckingham 2018-01-15 13:28:43 -05:00
parent d4edf577eb
commit bd41582b97
11 changed files with 8 additions and 79 deletions

View file

@ -534,14 +534,6 @@
// DOM
#define STRING_DOM_UNREC "DOM: Cannot get unrecognized name '{1}'."
// Eval
#define STRING_EVAL_NO_EXPRESSION "No expression to evaluate."
#define STRING_EVAL_UNSUPPORTED "Unsupported operator '{1}'."
#define STRING_EVAL_OP_EXPECTED "Operator expected."
#define STRING_EVAL_NO_EVAL "The expression could not be evaluated."
#define STRING_EVAL_NOT_EXPRESSION "The value is not an expression."
#define STRING_PAREN_MISMATCH "Mismatched parentheses in expression"
// edit
#define STRING_EDIT_NO_CHANGES "No edits were detected."
#define STRING_EDIT_FAILED "Editing failed with exit code {1}."