tweaks: adjust one more translator hint, for removed toggles

master
Benno Schulenberg 2018-08-29 20:25:57 +02:00
parent 388cd0b514
commit 24487d48ff
1 changed files with 1 additions and 1 deletions

View File

@ -1385,7 +1385,7 @@ const char *flagtostr(int flag)
{
switch (flag) {
case NO_HELP:
/* TRANSLATORS: The next eighteen strings are toggle descriptions;
/* TRANSLATORS: The next fourteen strings are toggle descriptions;
* they are best kept shorter than 40 characters, but may be longer. */
return N_("Help mode");
case CONSTANT_SHOW: