diff --git a/ChangeLog b/ChangeLog index eb75c8259..9fbad468c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-03 Vladimir Serbinenko + + * grub-core/script/execute.c (grub_script_return): Replace ambiguous + "scope" with "body". + 2012-03-03 Vladimir Serbinenko * include/grub/i386/linux.h (linux_kernel_header): Fix init_size type. diff --git a/grub-core/script/execute.c b/grub-core/script/execute.c index cddc7ad4c..9adc9da3b 100644 --- a/grub-core/script/execute.c +++ b/grub-core/script/execute.c @@ -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) {