* util/grub-mkrescue.in: Replace STR' with STRING' to avoid adding

yet another string (pun intended) to translate.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-05-10 16:23:47 +02:00
parent b4c1da6282
commit f8024c3f9a
3 changed files with 8 additions and 3 deletions

View file

@ -54,7 +54,7 @@ static struct argp_option options[] = {
N_("use COLOR for text"), 0},
{"bgcolor", 'b', N_("COLOR"), 0,
N_("use COLOR for background"), 0},
{"text", 't', N_("STR"), 0,
{"text", 't', N_("STRING"), 0,
N_("set the label to render."), 0},
{"output", 'o', N_("FILE"), 0,
N_("set output filename. Default is STDOUT"), 0},