* grub-core/script/execute.c (grub_script_return): Replace ambiguous
"scope" with "body".
This commit is contained in:
parent
7c8d0ce7f4
commit
0d31b7df86
2 changed files with 6 additions and 1 deletions
|
@ -169,7 +169,7 @@ grub_script_return (grub_command_t cmd __attribute__((unused)),
|
|||
return grub_error (GRUB_ERR_BAD_ARGUMENT,
|
||||
/* TRANSLATORS: it's about not being
|
||||
inside a function. */
|
||||
N_("not in function scope"));
|
||||
N_("not in function body"));
|
||||
|
||||
if (argc == 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue