mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
L10N
- Localized the new _get command.
This commit is contained in:
parent
bc41e7378a
commit
8252095174
5 changed files with 5 additions and 1 deletions
|
@ -51,7 +51,7 @@ int CmdGet::execute (std::string& output)
|
|||
// have already been handled.
|
||||
std::vector <std::string> words = context.a3.extract_words ();
|
||||
if (words.size () == 0)
|
||||
throw std::string ("Need args!");
|
||||
throw std::string (STRING_CMD_GET_NO_DOM);
|
||||
|
||||
std::vector <std::string> results;
|
||||
std::vector <std::string>::iterator word;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue