]> git.ozlabs.org Git - petitboot/commitdiff
ui/ncurses: Add new main menu options to help screen
authorJeremy Kerr <jk@ozlabs.org>
Thu, 21 Aug 2014 04:17:24 +0000 (12:17 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 21 Aug 2014 04:17:24 +0000 (12:17 +0800)
The language, rescan and retrieve options are new, so add them to the
help text.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
po/en.po
ui/ncurses/nc-cui-help.c

index e99580ec4df5332404e8e5393ccf001b6037f826..69c69ded7e8fc26d14dc9e97fb36c71a4a7ef7f5 100644 (file)
--- a/po/en.po
+++ b/po/en.po
@@ -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-21 10:22+0800\n"
+"POT-Creation-Date: 2014-08-21 12:16+0800\n"
 "PO-Revision-Date: 2014-06-24 13:56+0800\n"
 "Last-Translator: Jeremy Kerr <jk@ozlabs.org>\n"
 "Language-Team: English\n"
@@ -358,6 +358,14 @@ msgid ""
 "\n"
 "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"
+"\n"
+"To retreive new boot options from a remote configuration file, select the "
+"'Retrieve config from URL' option.\n"
+"\n"
 "To close the Petitboot interface, type X (exit).\n"
 msgstr ""
 "From the main menu screen, select a boot option. The options displayed are "
@@ -374,6 +382,14 @@ msgstr ""
 "\n"
 "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"
+"\n"
+"To retreive new boot options from a remote configuration file, select the "
+"'Retrieve config from URL' option.\n"
+"\n"
 "To close the Petitboot interface, type X (exit).\n"
 
 msgid ""
index ac690c500aa824ed1b74064570ab9bbbfb3759b1..e61c2ba879d14157bb2c2717820c855240194b35 100644 (file)
@@ -16,5 +16,13 @@ network interface, type I (information).\n\
 \n\
 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\
+\n\
+To retreive new boot options from a remote configuration file, select \
+the 'Retrieve config from URL' option.\n\
+\n\
 To close the Petitboot interface, type X (exit).\n"
 );