* grub-core/commands/i386/pc/play.c: Improve TRANSLATORS comments.

* grub-core/commands/regexp.c: Likewise.
	* grub-core/loader/i386/linux.c: Likewise.
	* grub-core/partmap/msdos.c: Likewise.
	* grub-core/script/execute.c: Likewise.
	* grub-core/term/gfxterm.c: Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-11 23:36:35 +01:00
parent 546fbe9b5a
commit 0ae4f0bddb
6 changed files with 25 additions and 7 deletions

View file

@ -170,8 +170,10 @@ grub_script_return (grub_command_t cmd __attribute__((unused)),
if (! scope || argc > 1)
return grub_error (GRUB_ERR_BAD_ARGUMENT,
/* TRANSLATORS: it's about not being
inside a function. */
/* TRANSLATORS: It's about not being
inside a function. "return" can be used only
in a function and this error occurs if it's used
anywhere else. */
N_("not in function body"));
if (argc == 0)