l10n: Eliminated STRING_CMD_CONFIG_NO_CHANGE

This commit is contained in:
Paul Beckingham 2018-01-20 12:21:34 -05:00
parent 67e20058b2
commit 8ff2b9b77b
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);