]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/probe.c (options): Replace VAR with VARNAME and
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 8 Mar 2012 18:07:23 +0000 (19:07 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 8 Mar 2012 18:07:23 +0000 (19:07 +0100)
gettextize.
* grub-core/commands/search_wrap.c (options): Likewise.

ChangeLog
grub-core/commands/probe.c
grub-core/commands/search_wrap.c

index 2852858585707a30c0358d25043231b5057eec2e..48718bda3a45e153d4ea64a57fc8b2f794714a7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-08  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/probe.c (options): Replace VAR with VARNAME and
+       gettextize.
+       * grub-core/commands/search_wrap.c (options): Likewise.
+
 2012-03-08  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/normal/charset.c (bidi_line_wrap): Fix a spurious warning.
index b19bd3e73bef0226c096f3959bbfbe344948e7a6..eeece876d5056ee897d799f04a1be06b7d2021a8 100644 (file)
@@ -37,7 +37,7 @@ GRUB_MOD_LICENSE ("GPLv3+");
 static const struct grub_arg_option options[] =
   {
     {"set",             's', 0,
-     N_("Set a variable to return value."), "VAR", ARG_TYPE_STRING},
+     N_("Set a variable to return value."), N_("VARNAME"), ARG_TYPE_STRING},
     /* TRANSLATORS: It's a driver that is currently in use to access
        the diven disk.  */
     {"driver",         'd', 0, N_("Determine driver."), 0, 0},
index 1c4fa3cf04714cba8aee35e6539b145a8e881a35..0ee5bfe8e2249777b27f9a42bb90b42316cdea33 100644 (file)
@@ -37,7 +37,8 @@ static const struct grub_arg_option options[] =
     {"fs-uuid",                'u', 0, N_("Search devices by a filesystem UUID."),
      0, 0},
     {"set",            's', GRUB_ARG_OPTION_OPTIONAL,
-     N_("Set a variable to the first device found."), "VAR", ARG_TYPE_STRING},
+     N_("Set a variable to the first device found."), N_("VARNAME"),
+     ARG_TYPE_STRING},
     {"no-floppy",      'n', 0, N_("Do not probe any floppy drive."), 0, 0},
     {"hint",           'h', GRUB_ARG_OPTION_REPEATABLE,
      N_("First try the device HINT. If HINT ends in comma, "