]> git.ozlabs.org Git - petitboot/commitdiff
ui/ncurses: Update 'add-url' help message
authorSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>
Fri, 22 Aug 2014 01:24:43 +0000 (11:24 +1000)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 25 Aug 2014 01:30:31 +0000 (09:30 +0800)
We should make it clear that we're looking for a PXE-style config file.

Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
po/en.po
ui/ncurses/nc-add-url-help.c

index 69c69ded7e8fc26d14dc9e97fb36c71a4a7ef7f5..edcbe7a3502c3ef808d8317dc0f18bace759e13c 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"
 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 12:16+0800\n"
+"POT-Creation-Date: 2014-08-22 11:12+1000\n"
 "PO-Revision-Date: 2014-06-24 13:56+0800\n"
 "Last-Translator: Jeremy Kerr <jk@ozlabs.org>\n"
 "Language-Team: English\n"
 "PO-Revision-Date: 2014-06-24 13:56+0800\n"
 "Last-Translator: Jeremy Kerr <jk@ozlabs.org>\n"
 "Language-Team: English\n"
@@ -393,17 +393,17 @@ msgstr ""
 "To close the Petitboot interface, type X (exit).\n"
 
 msgid ""
 "To close the Petitboot interface, type X (exit).\n"
 
 msgid ""
-"Supply a valid URL here to retrieve a remote boot config file, (eg: "
-"petitboot.conf) and parse it.\n"
+"Supply a valid URL here to retrieve a remote pxe-boot config file and parse "
+"it.\n"
 "\n"
 "\n"
-"URLs are of the form 'scheme://host/path/to/petitboot.conf', such as tftp://"
-"host/petitboot.conf or http://host/petitboot.conf"
+"URLs are of the form 'scheme://host/path/to/pxeconffile', such as tftp://"
+"host/pxeconffile or http://host/pxeconffile"
 msgstr ""
 msgstr ""
-"Supply a valid URL here to retrieve a remote boot config file, (eg: "
-"petitboot.conf) and parse it.\n"
+"Supply a valid URL here to retrieve a remote pxe-boot config file and parse "
+"it.\n"
 "\n"
 "\n"
-"URLs are of the form 'scheme://host/path/to/petitboot.conf', such as tftp://"
-"host/petitboot.conf or http://host/petitboot.conf"
+"URLs are of the form 'scheme://host/path/to/pxeconffile', such as tftp://"
+"host/pxeconffile or http://host/pxeconffile"
 
 msgid ""
 "This screen allows you to edit or create boot options.\n"
 
 msgid ""
 "This screen allows you to edit or create boot options.\n"
index cc78fd01ee234d7105cad94b54ffdfb3f95dd82c..05d3c897c335180a8ec9f48b69435b4da721384f 100644 (file)
@@ -1,8 +1,8 @@
 #include "nc-helpscreen.h"
 
 struct help_text add_url_help_text = define_help_text("\
 #include "nc-helpscreen.h"
 
 struct help_text add_url_help_text = define_help_text("\
-Supply a valid URL here to retrieve a remote boot config file, \
-(eg: petitboot.conf) and parse it.\n\
+Supply a valid URL here to retrieve a remote pxe-boot config file and parse it.\
 \n\
 \n\
-URLs are of the form 'scheme://host/path/to/petitboot.conf', \
-such as tftp://host/petitboot.conf or http://host/petitboot.conf");
+\n\
+URLs are of the form 'scheme://host/path/to/pxeconffile', \
+such as tftp://host/pxeconffile or http://host/pxeconffile");