[Frugalware-git] setup: Minor grammatical changes
Miklos Vajna
vmiklos at frugalware.org
Tue Aug 10 14:38:35 CEST 2010
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=228c17f97a820dab2410fe36e622b2a8017f12f1
commit 228c17f97a820dab2410fe36e622b2a8017f12f1
Author: Russell Dickenson (AKA phayz) <phayz at frugalware.org>
Date: Tue Aug 10 06:17:39 2010 +1000
Minor grammatical changes
diff --git a/src/plugins/configsource.c b/src/plugins/configsource.c
index ea08f34..1a96c97 100644
--- a/src/plugins/configsource.c
+++ b/src/plugins/configsource.c
@@ -130,8 +130,8 @@ GList *mirrorconf(void)
arraychk = glist2dialog(mirrorlist);
newmirrorlist = fw_checklist(_("Please select mirrors"),
- _("Here you can chose one or more "
- "nearby mirror to speed up "
+ _("Here you can choose one or more "
+ "nearby mirrors to speed up "
"package dowloading."),
0, 0, 0,
g_list_length(mirrorlist)/3,
@@ -167,8 +167,8 @@ GList *mirrorconf(void)
if(fw_inputbox(_("Custom mirror"), _("You may now specify "
"a custom mirror (eg. LAN) "
"so you can download packages "
- "faster. In most cases a "
- "Continue enough here."), 0, 0,
+ "faster. If you don't have a "
+ "custom mirror, select Continue."), 0, 0,
(char*)g_list_nth_data(newmirrorlist, 0), 0) != -1) { //not cancel
if (strcmp(dialog_vars.input_result, "\0")) { //not empty
LOG("added custom mirror '%s'", dialog_vars.input_result);
@@ -194,7 +194,7 @@ int run(GList **config)
{
dialog_msgbox(_("Failed to configure the network"),
_("Failed to write the network configuration files. Please try again, "
- "especially pay attention to give a valid IP address and/or netmask if "
+ "especially pay attention to giving a valid IP address and/or netmask if "
"you are using a static IP configuration."), 0, 0, 1);
continue;
}
More information about the Frugalware-git
mailing list