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

@ -134,7 +134,7 @@ void ColumnProject::modify (Task& task, const std::string& value)
{
// If the expression failed because it didn't look like an expression,
// simply store it as-is.
if (e == STRING_EVAL_NOT_EXPRESSION)
if (e == "The value is not an expression.")
{
task.set (_name, value);
context.debug (label + _name + " <-- '" + value + '\'');