else if (!strcmp (optarg, "enhanced"))
settings_set_algorithm (ENHANCED);
else
- /* TRANSLATORS: Leave the words `compatible' and `enhanced' in their
- original English. */
error (1, 0,
- _("Algorithm must be either `compatible' or `enhanced'."));
+ _("Algorithm must be either `%s' or `%s'."), "compatible", "enhanced");
break;
case OPT_INCLUDE:
else if (!strcmp (optarg, "enhanced"))
settings_set_syntax (ENHANCED);
else
- /* TRANSLATORS: Leave the words `compatible' and `enhanced' in their
- original English. */
error (1, 0,
- _("Syntax must be either `compatible' or `enhanced'."));
+ _("Syntax must be either `%s' or `%s'."), "compatible", "enhanced");
break;
default: