l10n: Eliminated STRING_TRIVIAL_INPUT

This commit is contained in:
Paul Beckingham
2018-01-20 13:52:41 -05:00
parent f27ddea013
commit a432cec468
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 ();