l10n: Eliminated STRING_TRIVIAL_INPUT

This commit is contained in:
Paul Beckingham 2018-01-20 13:52:41 -05:00
parent 60394aad6a
commit f43b51cf85
10 changed files with 1 additions and 10 deletions

View file

@ -534,7 +534,7 @@ void CLI2::analyze ()
{
defaultCommand ();
if (! findCommand ())
throw std::string (STRING_TRIVIAL_INPUT);
throw std::string ("You must specify a command or a task to modify.");
}
demotion ();