diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2014-09-01 13:40:01 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2014-09-04 14:04:52 +0800 |
commit | e62af29111fe6a3085b0f659915fbee202d0a235 (patch) | |
tree | e5c7b32ad96a194c5c3a0835387bdf594d04013a | |
parent | b793eb6e80e002208ef0c5d149f786c44e3c86a0 (diff) | |
download | talos-petitboot-e62af29111fe6a3085b0f659915fbee202d0a235.tar.gz talos-petitboot-e62af29111fe6a3085b0f659915fbee202d0a235.zip |
ui/ncurses: Help string fixes
The Configuration screen help doesn't reflect the option name, so
update that to match. Also, fix the wording of the "Rescan devices"
help.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-rw-r--r-- | po/en.po | 14 | ||||
-rw-r--r-- | ui/ncurses/nc-config-help.c | 2 | ||||
-rw-r--r-- | ui/ncurses/nc-cui-help.c | 4 |
3 files changed, 10 insertions, 10 deletions
@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: petitboot 20140623-g89bd2ed2-dirty\n" "Report-Msgid-Bugs-To: Geoff Levand <geoff@infradead.org>\n" -"POT-Creation-Date: 2014-08-29 13:42+1000\n" +"POT-Creation-Date: 2014-09-04 14:03+0800\n" "PO-Revision-Date: 2014-06-24 13:56+0800\n" "Last-Translator: Jeremy Kerr <jk@ozlabs.org>\n" "Language-Team: English\n" @@ -366,8 +366,8 @@ msgid "" "\n" "To set the language for the petitboot interface, type L (language).\n" "\n" -"To to find boot new or updated boot options on the system, select the " -"'Rescan devices' option.\n" +"To find new or updated boot options on the system, select the 'Rescan " +"devices' option.\n" "\n" "To retreive new boot options from a remote configuration file, select the " "'Retrieve config from URL' option.\n" @@ -390,8 +390,8 @@ msgstr "" "\n" "To set the language for the petitboot interface, type L (language).\n" "\n" -"To to find boot new or updated boot options on the system, select the " -"'Rescan devices' option.\n" +"To find new or updated boot options on the system, select the 'Rescan " +"devices' option.\n" "\n" "To retreive new boot options from a remote configuration file, select the " "'Retrieve config from URL' option.\n" @@ -472,7 +472,7 @@ msgid "" "timeout. Use this option if you want to quickly boot your system without " "changing any boot option settings. This is the typical configuration.\n" "\n" -"Autoboot from a specific disk/network device: only boot options from a " +"Only autoboot from a specific disk/network device: only boot options from a " "single device (specifed here) will be booted automatically after a timeout. " "Use this option if you have multiple operating system images installed.\n" "\n" @@ -509,7 +509,7 @@ msgstr "" "timeout. Use this option if you want to quickly boot your system without " "changing any boot option settings. This is the typical configuration.\n" "\n" -"Autoboot from a specific disk/network device: only boot options from a " +"Only autoboot from a specific disk/network device: only boot options from a " "single device (specifed here) will be booted automatically after a timeout. " "Use this option if you have multiple operating system images installed.\n" "\n" diff --git a/ui/ncurses/nc-config-help.c b/ui/ncurses/nc-config-help.c index 18c51d4..c977d1a 100644 --- a/ui/ncurses/nc-config-help.c +++ b/ui/ncurses/nc-config-help.c @@ -14,7 +14,7 @@ default (by bootloader configuration) will be booted automatically after a \ timeout. Use this option if you want to quickly boot your system without \ changing any boot option settings. This is the typical configuration.\n" "\n" -"Autoboot from a specific disk/network device: only boot options \ +"Only autoboot from a specific disk/network device: only boot options \ from a single device (specifed here) will be booted automatically after a \ timeout. Use this option if you have multiple operating system images \ installed.\n" diff --git a/ui/ncurses/nc-cui-help.c b/ui/ncurses/nc-cui-help.c index e61c2ba..0482830 100644 --- a/ui/ncurses/nc-cui-help.c +++ b/ui/ncurses/nc-cui-help.c @@ -18,8 +18,8 @@ To make changes to the system configuration, type C (configure).\n\ \n\ To set the language for the petitboot interface, type L (language).\n\ \n\ -To to find boot new or updated boot options on the system, select \ -the 'Rescan devices' option.\n\ +To find new or updated boot options on the system, select the 'Rescan devices' \ +option.\n\ \n\ To retreive new boot options from a remote configuration file, select \ the 'Retrieve config from URL' option.\n\ |