* grub-core/fs/zfs/zfsinfo.c (print_vdev_info): Add TRANSLATORS
comments. * grub-core/gdb/gdb.c (grub_cmd_gdbstub): Likewise. (GRUB_MOD_INIT): Likewise. * grub-core/loader/i386/linux.c (grub_cmd_linux): Clarify that it's VGA mode. * grub-core/net/net.c (grub_net_route_address): Add TRANSLATORS comments. * util/grub-install.in (usage): Likewise. Spell ID in whole letters. Add missing ending dot. Quote variables. * util/grub-reboot.in: Fix capitalisation. * util/grub-set-default.in: Likewise.
This commit is contained in:
parent
937fd0cc0c
commit
8822a8a02b
8 changed files with 42 additions and 7 deletions
|
@ -153,10 +153,17 @@ print_vdev_info (char *nvlist, int tab)
|
|||
print_tabs (tab);
|
||||
if (!child)
|
||||
{
|
||||
/* TRANSLATORS: it's the element carying the number %d, not
|
||||
total element number. And the number itself is fine,
|
||||
only the element isn't.
|
||||
*/
|
||||
grub_printf_ (N_("Mirror element number %d isn't correct\n"), i);
|
||||
continue;
|
||||
}
|
||||
|
||||
/* TRANSLATORS: it's the element carying the number %d, not
|
||||
total element number. This is used in enumeration
|
||||
"Element number 1", "Element number 2", ... */
|
||||
grub_printf_ (N_("Mirror element number %d:\n"), i);
|
||||
print_vdev_info (child, tab + 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue