mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_INVALID_SORT_COL
This commit is contained in:
parent
b30e19b23c
commit
bfcb3eac49
10 changed files with 1 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue