* 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

@ -1,3 +1,8 @@
2013-05-10 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-mkrescue.in: Replace `STR' with `STRING' to avoid adding
yet another string (pun intended) to translate.
2013-05-10 Vladimir Serbinenko <phcoder@gmail.com>
* po/POTFILES-shell.in: Autogenerate it.

View File

@ -65,8 +65,8 @@ usage () {
print_option_help "--label-font=$filetrans" "$(gettext "use FILE as font for label")"
print_option_help "--label-color=$(gettext "COLOR")" "$(gettext "use COLOR for label")"
print_option_help "--label-bgcolor=$(gettext "COLOR")" "$(gettext "use COLOR for label background")"
print_option_help "--product-name=$(gettext "STR")" "$(gettext "use STR as product")"
print_option_help "--product-version=$(gettext "STR")" "$(gettext "use STR as product version")"
print_option_help "--product-name=$(gettext "STRING")" "$(gettext "use STRING as product name")"
print_option_help "--product-version=$(gettext "STRING")" "$(gettext "use STRING as product version")"
print_option_help "--sparc-boot" "$(gettext "enable sparc boot. Disables HFS+, APM, ARCS and boot as disk image for i386-pc")"
print_option_help "--arcs-boot" "$(gettext "enable ARCS (big-endian mips machines, mostly SGI) boot. Disables HFS+, APM, sparc64 and boot as disk image for i386-pc")"
echo

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},