2010-01-03 Carles Pina i Estany <carles@pina.cat>
* normal/menu_text.c (print_message): Change messages.
This commit is contained in:
parent
7fa7ff7439
commit
a173283f78
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2010-01-03 Carles Pina i Estany <carles@pina.cat>
|
||||||
|
|
||||||
|
* normal/menu_text.c (print_message): Change messages.
|
||||||
|
|
||||||
2010-01-03 Carles Pina i Estany <carles@pina.cat>
|
2010-01-03 Carles Pina i Estany <carles@pina.cat>
|
||||||
|
|
||||||
* normal/menu_entry.c (store_completion): Gettextizze.
|
* normal/menu_entry.c (store_completion): Gettextizze.
|
||||||
|
|
|
@ -214,8 +214,8 @@ entry is highlighted.\n");
|
||||||
|
|
||||||
grub_free (msg_translated);
|
grub_free (msg_translated);
|
||||||
|
|
||||||
grub_print_message_indented (_("Press enter to boot the selected OS, \
|
grub_print_message_indented (_("Press enter to execute the selected \
|
||||||
\'e\' to edit the commands before booting or \'c\' for a command-line.\n"), STANDARD_MARGIN, STANDARD_MARGIN);
|
entry, \'e\' to edit the commands before booting or \'c\' for a command-line.\n"), STANDARD_MARGIN, STANDARD_MARGIN);
|
||||||
|
|
||||||
if (nested)
|
if (nested)
|
||||||
{
|
{
|
||||||
|
@ -385,7 +385,7 @@ static void
|
||||||
print_timeout (int timeout, int offset)
|
print_timeout (int timeout, int offset)
|
||||||
{
|
{
|
||||||
const char *msg =
|
const char *msg =
|
||||||
_("The highlighted entry will be booted automatically in %ds.");
|
_("The highlighted entry will be executed automatically in %ds.");
|
||||||
|
|
||||||
grub_gotoxy (0, GRUB_TERM_HEIGHT - 3);
|
grub_gotoxy (0, GRUB_TERM_HEIGHT - 3);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue