* grub-core/script/execute.c (grub_script_return): Replace ambiguous

"scope" with "body".
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-04 12:14:33 +01:00
parent 7c8d0ce7f4
commit 0d31b7df86
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-03-03 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/script/execute.c (grub_script_return): Replace ambiguous
"scope" with "body".
2012-03-03 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/i386/linux.h (linux_kernel_header): Fix init_size type.

View file

@ -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)
{