I18N
- Missed a string in CmdAdd.
This commit is contained in:
@@ -76,7 +76,8 @@ int CmdAdd::execute (std::string& output)
|
||||
std::stringstream out;
|
||||
// TODO This should be a call in to feedback.cpp.
|
||||
#ifdef FEATURE_NEW_ID
|
||||
out << "Created task " << context.tdb.nextId () << ".\n";
|
||||
out << format (STRING_CMD_ADD_FEEDBACK, context.tdb.nextId ())
|
||||
<< "\n";
|
||||
#endif
|
||||
|
||||
context.footnote (onProjectChange (task));
|
||||
|
||||
@@ -159,6 +159,7 @@
|
||||
#define STRING_CMD_URGENCY_NO_TASKS "No tasks specified."
|
||||
#define STRING_CMD_URGENCY_RESULT "task {1} urgency {2}"
|
||||
#define STRING_CMD_ADD_USAGE "Adds a new task."
|
||||
#define STRING_CMD_ADD_FEEDBACK "Created task {1}."
|
||||
#define STRING_CMD_MOD_UNEXPECTED "Unexpected argument '{1}' found while modifying a task."
|
||||
#define STRING_CMD_LOG_USAGE "Adds a new task that is already completed."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user