mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 09:40:37 +02:00
l10n: Eliminated STRING_CMD_CONFIG_NO_CHANGE
This commit is contained in:
parent
67e20058b2
commit
8ff2b9b77b
10 changed files with 1 additions and 10 deletions
|
@ -220,7 +220,7 @@ int CmdConfig::execute (std::string& output)
|
|||
<< '\n';
|
||||
}
|
||||
else
|
||||
out << STRING_CMD_CONFIG_NO_CHANGE << '\n';
|
||||
out << "No changes made.\n";
|
||||
}
|
||||
else
|
||||
throw std::string (STRING_CMD_CONFIG_NO_NAME);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue