* util/grub-editenv.c: Update strings to avoid warnings when generating
grub.pot file. * util/grub-setup.c: Likewise.
This commit is contained in:
parent
df3367cc4a
commit
934d7e44b2
3 changed files with 14 additions and 7 deletions
|
@ -791,11 +791,11 @@ argp_parser (int key, char *arg, struct argp_state *state)
|
|||
|
||||
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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue