l10n: Eliminated STRING_CMD_CONFIG_NO_CHANGE

This commit is contained in:
Paul Beckingham
2018-01-20 12:21:34 -05:00
parent 2854aba5e3
commit 8eec5c82c2
10 changed files with 1 additions and 10 deletions

View File

@@ -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);