l10n: Eliminated STRING_INVALID_SORT_COL

This commit is contained in:
Paul Beckingham 2018-01-15 10:53:48 -05:00
parent b30e19b23c
commit bfcb3eac49
10 changed files with 1 additions and 11 deletions

View file

@ -34,7 +34,6 @@
#include <Task.h>
#include <shared.h>
#include <format.h>
#include <i18n.h>
extern Context context;
@ -273,7 +272,7 @@ static bool sort_compare (int left, int right)
}
}
else
throw format (STRING_INVALID_SORT_COL, field);
throw format ("The '{1}' column is not a valid sort field.", field);
}
return false;