* 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:
Vladimir 'phcoder' Serbinenko 2012-03-10 13:19:46 +01:00
parent 1acc5b1f3d
commit e8e0566b0c
7 changed files with 31 additions and 3 deletions

View file

@ -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;
}