* grub-core/commands/videoinfo.c: Add TRANSLATORS comments.
* grub-core/commands/xnu_uuid.c: Likewise. * grub-core/loader/efi/appleloader.c: Likewise. * grub-core/script/execute.c: Likewise. * grub-core/script/main.c: Likewise. * util/grub-mkfont.c: Likewise.
This commit is contained in:
parent
1acc5b1f3d
commit
e8e0566b0c
7 changed files with 31 additions and 3 deletions
|
@ -87,8 +87,9 @@ grub_script_break (grub_command_t cmd, int argc, char *argv[])
|
|||
if (*p != '\0')
|
||||
return grub_error (GRUB_ERR_BAD_ARGUMENT, N_("unrecognized number"));
|
||||
if (count == 0)
|
||||
/* TRANSLATORS: 0 is a quantifier. Break can be used e.g. to break
|
||||
3 loops at once. But asking it to break 0 loops makes no sense. */
|
||||
/* TRANSLATORS: 0 is a quantifier. "break" (similar to bash)
|
||||
can be used e.g. to break 3 loops at once.
|
||||
But asking it to break 0 loops makes no sense. */
|
||||
return grub_error (GRUB_ERR_BAD_ARGUMENT, N_("can't break 0 loops"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue