]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/generic-main-help.c
i18n: Add english translation
[petitboot] / ui / ncurses / generic-main-help.c
index d3c566248d74a2db397eb4c47cbb793e9c2d4f3a..ac690c500aa824ed1b74064570ab9bbbfb3759b1 100644 (file)
@@ -1,5 +1,7 @@
 
-const char *main_menu_help_text =
+#include "nc-helpscreen.h"
+
+struct help_text main_menu_help_text = define_help_text(
 "From the main menu screen, select a boot option. The options displayed are \
 available on the system and the network.\n\
 \n\
@@ -14,4 +16,5 @@ network interface, type I (information).\n\
 \n\
 To make changes to the system configuration, type C (configure).\n\
 \n\
-To close the Petitboot interface, type X (exit).\n";
+To close the Petitboot interface, type X (exit).\n"
+);