grub.pot file.
* util/grub-setup.c: Likewise.
+2010-09-21 Yves Blusseau <blusseau@zetam.org>
+
+ * util/grub-editenv.c: Update strings to avoid warnings when generating
+ grub.pot file.
+ * util/grub-setup.c: Likewise.
+
+
2010-09-21 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Change version to 1.99~beta0.
struct argp argp = {
options, argp_parser, N_("FILENAME COMMAND"),
- N_("\n\
-Tool to edit environment block.\n\
-\v\
-If FILENAME is '-', the default value %s is used.\n"),
+ "\n"N_("\
+Tool to edit environment block.")
+"\v"N_("\
+If FILENAME is '-', the default value %s is used."),
NULL, help_filter, NULL
};
static struct argp argp = {
options, argp_parser, N_("DEVICE"),
- N_("\n\
+ "\n"N_("\
Set up images to boot from DEVICE.\n\
\n\
-You should not normally run this program directly. Use grub-install instead.\n\
-\v\
+You should not normally run this program directly. Use grub-install instead.")
+"\v"N_("\
DEVICE must be an OS device (e.g. /dev/sda1)."),
NULL, help_filter, NULL
};