l10n: Eliminated STRING_ERROR_NO_FILTER

This commit is contained in:
Paul Beckingham 2018-01-20 14:34:26 -05:00
parent e686d198e6
commit 190d57ac70
10 changed files with 1 additions and 37 deletions

View file

@ -64,7 +64,7 @@ int CmdSync::execute (std::string& output)
Filter filter;
if (filter.hasFilter ())
throw std::string (STRING_ERROR_NO_FILTER);
throw std::string ("Command line filters are not supported by this command.");
// Loog for the 'init' keyword to indicate one-time pending.data upload.
bool first_time_init = false;