]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-mkrescue.in: Replace `STR' with `STRING' to avoid adding
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 10 May 2013 14:23:47 +0000 (16:23 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 10 May 2013 14:23:47 +0000 (16:23 +0200)
yet another string (pun intended) to translate.

ChangeLog
util/grub-mkrescue.in
util/grub-render-label.c

index 969f9b301aada526cd46500055e1943981449fea..7263dcea689357aaf167e7e1182cecd1a6643551 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index b942c8f7dd7df66151f21c2259880a112105e9d9..0adde3b65b1b4551fe952c6bb85dfee7c768291c 100644 (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
index 1b28ab7db3e4d1854ea7610af51269f142acbed1..325af6d69fdffb4ca2bb9954eea84bdd02dec86e 100644 (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},