Correct some translatable strings.

This commit is contained in:
David Prévot 2013-12-21 03:03:31 +01:00 committed by Vladimir Serbinenko
parent 971038be55
commit 496a6b3024
7 changed files with 32 additions and 28 deletions

View file

@ -94,7 +94,7 @@ get_platform (void)
if (!get_efi_privilegies ())
{
grub_util_warn (_("Insufficient privilegies to access firmware, assuming BIOS"));
grub_util_warn (_("Insufficient privileges to access firmware, assuming BIOS"));
platform = PLAT_BIOS;
}