[PATCH] ui/ncurses: Update 'add-url' help message

Samuel Mendoza-Jonas sam.mj at au1.ibm.com
Fri Aug 22 11:24:43 EST 2014


Signed-off-by: Samuel Mendoza-Jonas <sam.mj at au1.ibm.com>
---
 po/en.po                     | 11 ++++++-----
 ui/ncurses/nc-add-url-help.c |  8 ++++----
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/po/en.po b/po/en.po
index 69c69de..adb7850 100644
--- 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 at 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 at ozlabs.org>\n"
 "Language-Team: English\n"
@@ -392,12 +392,13 @@ msgstr ""
 "\n"
 "To close the Petitboot interface, type X (exit).\n"
 
+#, fuzzy
 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"
-"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 ""
 "Supply a valid URL here to retrieve a remote boot config file, (eg: "
 "petitboot.conf) and parse it.\n"
diff --git a/ui/ncurses/nc-add-url-help.c b/ui/ncurses/nc-add-url-help.c
index cc78fd0..05d3c89 100644
--- a/ui/ncurses/nc-add-url-help.c
+++ b/ui/ncurses/nc-add-url-help.c
@@ -1,8 +1,8 @@
 #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\
-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");
-- 
1.9.3



More information about the Petitboot mailing list