Unit Tests

- Another broken unit test because a localized string lost the full
  stop.
This commit is contained in:
Paul Beckingham 2011-08-13 23:36:15 -04:00
parent eec0abd1e7
commit 38959d6446

View file

@ -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"