From 0d31b7df8661983af9e282cee15c9a81842162a8 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Sun, 4 Mar 2012 12:14:33 +0100 Subject: [PATCH] * grub-core/script/execute.c (grub_script_return): Replace ambiguous "scope" with "body". --- ChangeLog | 5 +++++ grub-core/script/execute.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) {