mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests - typo
- Unit test bug.434.t was thwarted by the L10N effort, which left off a full stop from a display string.
This commit is contained in:
parent
be0522d567
commit
77dc2c47d4
1 changed files with 2 additions and 2 deletions
|
@ -251,8 +251,8 @@
|
|||
#define STRING_CMD_DONE_PROCEED "Proceed with change?"
|
||||
#define STRING_CMD_DONE_COMPLETED "Completed {1} '{2}'."
|
||||
#define STRING_CMD_DONE_NOT_PENDING "Task {1} '{2}' is neither pending nor waiting."
|
||||
#define STRING_CMD_DONE_MARKED "Marked {1} task as done"
|
||||
#define STRING_CMD_DONE_MARKED_N "Marked {1} tasks as done"
|
||||
#define STRING_CMD_DONE_MARKED "Marked {1} task as done."
|
||||
#define STRING_CMD_DONE_MARKED_N "Marked {1} tasks as done."
|
||||
#define STRING_CMD_PROJECTS_USAGE "Shows a list of all project names used, and how many tasks are in each"
|
||||
#define STRING_CMD_PROJECTS_USAGE_2 "Shows only a list of all project names used"
|
||||
#define STRING_CMD_PROJECTS_NO "No projects."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue