* grub-core/commands/videoinfo.c: Add TRANSLATORS comments.
* grub-core/commands/xnu_uuid.c: Likewise. * grub-core/loader/efi/appleloader.c: Likewise. * grub-core/script/execute.c: Likewise. * grub-core/script/main.c: Likewise. * util/grub-mkfont.c: Likewise.
This commit is contained in:
parent
1acc5b1f3d
commit
e8e0566b0c
7 changed files with 31 additions and 3 deletions
|
@ -64,6 +64,11 @@ grub_script_init (void)
|
|||
N_("Set positional parameters."));
|
||||
cmd_return = grub_register_command ("return", grub_script_return,
|
||||
N_("[NUM]"),
|
||||
/* TRANSLATORS: It's a command description
|
||||
and "Return" is a verb, not a noun. The
|
||||
command in question is "return" and
|
||||
has exactly the same semanics as bash
|
||||
equivalent. */
|
||||
N_("Return from a function."));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue