Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwsetup-ng.git;a=commitdiff;h=6aab7fa97a84ba83f624439ba2fc1d3f2ab7170d
commit 6aab7fa97a84ba83f624439ba2fc1d3f2ab7170d Author: James Buren <[email protected]> Date: Sat Sep 8 07:47:06 2012 -0500 update text macros diff --git a/src/text.h b/src/text.h index 18ea516..eda880a 100644 --- a/src/text.h +++ b/src/text.h @@ -15,14 +15,17 @@ #define PASSWORD_MISMATCH_TITLE _("Passwords Do Not Match") #define PASSWORD_MISMATCH_TEXT _("The passwords you have entered do not match.\n") #define INSTALL_TITLE _("Package Group Selection") -#define INSTALL_TEXT _("Please select which package groups you wish to install.\n") +#define INSTALL_TEXT _("Select which package groups you wish to install.\n") #define NO_BASE_TITLE _("Group Selection Error") #define NO_BASE_TEXT _("You must select at least the base package group.\n") -#define ROOT_TITLE _("Changing Root Password") -#define ROOT_TEXT _("Please enter a password for the root user that is at least 6 characters long.\n") +#define ROOT_TITLE _("Root Password Setup") +#define ROOT_TEXT _("Enter a password for the root user.\nIt must be at least 6 characters long.\n") #define NAME_ENTRY_TEXT _("Real Name") #define USER_ENTRY_TEXT _("User Name") #define USER_TITLE _("Initial User Setup") -#define USER_TEXT _("Please enter the information for an initial user.\nThe password must be at least 6 characters long.\n") +#define USER_TEXT _("Enter the information for an initial user.\nThe password must be at least 6 characters long.\n") +#define TIME_TITLE _("Initial Time Setup") +#define TIME_TEXT _("Select the timezone relevant to you from the list below.\n") +#define TIME_CHECKBOX _("Universal Time Clock") #define NO_USER_TITLE _("No User Name") #define NO_USER_TEXT _("You must specify a user name.\n") _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
