mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_EVAL_*
This commit is contained in:
parent
74eb35810f
commit
cff755aba1
11 changed files with 8 additions and 79 deletions
|
@ -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 + '\'');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue