diff -pruN grub-1.99/grub-core/normal/menu_text.c grub-1.99.new/grub-core/normal/menu_text.c
|
old
|
new
|
command-line or ESC to discard edits and
|
| 177 | 177 | { |
| 178 | 178 | ret += grub_print_message_indented_real |
| 179 | 179 | (_("Press enter to boot the selected OS, " |
| 180 | | "\'e\' to edit the commands before booting " |
| 181 | | "or \'c\' for a command-line. ESC to return previous menu.\n"), |
| | 180 | "NO EDITING of commands here, " |
| | 181 | "and NO command-line. LOCKED UP GRUB! ESC for previous menu.\n"), |
| 182 | 182 | STANDARD_MARGIN, STANDARD_MARGIN, term, dry_run); |
| 183 | 183 | } |
| 184 | 184 | else |
| 185 | 185 | { |
| 186 | 186 | ret += grub_print_message_indented_real |
| 187 | 187 | (_("Press enter to boot the selected OS, " |
| 188 | | "\'e\' to edit the commands before booting " |
| 189 | | "or \'c\' for a command-line.\n"), |
| | 188 | "NO EDITING of commands here " |
| | 189 | "and NO command-line. LOCKED UP GRUB!\n"), |
| 190 | 190 | STANDARD_MARGIN, STANDARD_MARGIN, term, dry_run); |
| 191 | 191 | } |
| 192 | 192 | } |