mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- Another broken unit test because a localized string lost the full stop.
This commit is contained in:
parent
eec0abd1e7
commit
38959d6446
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
#define STRING_COLOR_UNRECOGNIZED "The color '{1}' is not recognized."
|
||||
|
||||
// columns/Col*
|
||||
#define STRING_COLUMN_BAD_NAME "Unrecognized column name '{1}'"
|
||||
#define STRING_COLUMN_BAD_NAME "Unrecognized column name '{1}'."
|
||||
#define STRING_COLUMN_BAD_FORMAT "Unrecognized column format '{1}.{2}'"
|
||||
#define STRING_COLUMN_LABEL_TASKS "Tasks"
|
||||
#define STRING_COLUMN_LABEL_DEP "Depends"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue