* 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
|
@ -487,6 +487,9 @@ process_cursive (struct gsub_feature *feature,
|
|||
struct gsub_lookup *lookup;
|
||||
if (lookup_index >= grub_be_to_cpu16 (lookups->count))
|
||||
{
|
||||
/* TRANSLATORS: "lookup" is taken directly from font specifications
|
||||
which are formulated as "Under condition X replace LOOKUP with
|
||||
SUBSTITUITION". "*/
|
||||
printf (_("Out of range lookup: %d\n"), lookup_index);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue