[Frugalware-git] setup: Minor grammatical changes

2010-08-10 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=228c17f97a820dab2410fe36e622b2a8017f12f1

commit 228c17f97a820dab2410fe36e622b2a8017f12f1
Author: Russell Dickenson (AKA phayz) 
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;
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] setup: Minor grammatical changes

2010-08-10 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=ce8e12f582a60986d2582a87b758f945e37695f3

commit ce8e12f582a60986d2582a87b758f945e37695f3
Author: Russell Dickenson (AKA phayz) 
Date:   Tue Aug 10 06:20:40 2010 +1000

Minor grammatical changes

diff --git a/src/plugins/partdisk.c b/src/plugins/partdisk.c
index ce90e0b..b5c0957 100644
--- a/src/plugins/partdisk.c
+++ b/src/plugins/partdisk.c
@@ -144,8 +144,8 @@ int raid_confirm(void)
#ifdef DIALOG
int ret;
dialog_vars.defaultno=1;
-   ret = dialog_yesno(_("Want to create RAID?"),
-   _("Do you want to create software raid partitions during "
+   ret = dialog_yesno(_("Want to create RAID partitions?"),
+   _("Do you want to create software RAID partitions during "
"partitioning?"), 0, 0);
dialog_vars.defaultno=0;
if(ret==DLG_EXIT_OK)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] setup: Minor grammatical changes

2010-08-10 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=ee190497e3b97026bb5cb25da8ef620ccd00b866

commit ee190497e3b97026bb5cb25da8ef620ccd00b866
Author: Russell Dickenson (AKA phayz) 
Date:   Tue Aug 10 06:11:51 2010 +1000

Minor grammatical changes

diff --git a/src/plugins/install.c b/src/plugins/install.c
index ffe3b4d..00205c5 100644
--- a/src/plugins/install.c
+++ b/src/plugins/install.c
@@ -90,8 +90,8 @@ int ask_cdchange(void)
ret = dialog_yesno(_("Insert next disc"),
_("Please insert the next Frugalware install disc and press "
"ENTER to continue installing packages. If you don't "
-   "have more disk, choose NO, and then you can finish up "
-   "the installation. Have you inserted the next disk?"), 0, 0);
+   "have more discs, choose NO, and then you can finish  "
+   "the installation. Have you inserted the next disc?"), 0, 0);
if(ret==DLG_EXIT_OK)
return(1);
else
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] setup: Minor grammatical changes

2010-08-10 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=4ae88c0023a55412d4516b1bb5412184e73c9d7e

commit 4ae88c0023a55412d4516b1bb5412184e73c9d7e
Author: Russell Dickenson (AKA phayz) 
Date:   Tue Aug 10 06:09:24 2010 +1000

Minor grammatical changes

diff --git a/src/plugins/formatdisk.c b/src/plugins/formatdisk.c
index 10537ef..b4f385c 100644
--- a/src/plugins/formatdisk.c
+++ b/src/plugins/formatdisk.c
@@ -232,12 +232,12 @@ char *selfs(char *dev)
char *fss[] =
{
"ext2", _("Standard Linux ext2fs filesystem"),
-   "ext3", _("Journalising version of the ext2 filesystem"),
+   "ext3", _("Journaling version of the ext2 filesystem"),
"ext4", _("The evolution of the ext3 filesystem (EXPERIMENTAL!)"),
#ifndef ARCH_PPC
-   "reiserfs", _("Hans Reiser's journalising filesystem"),
+   "reiserfs", _("Hans Reiser's journaling filesystem"),
#endif
-   "xfs", _("SGI's journalising filesystem")
+   "xfs", _("SGI's journaling filesystem")
};

dialog_vars.backtitle=gen_backtitle(_("Formatting partitions"));
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] setup: Minor grammatical changes

2010-08-10 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=d8cbb7d3a9643bba983d4ecffa1204ea70fcbca2

commit d8cbb7d3a9643bba983d4ecffa1204ea70fcbca2
Author: Russell Dickenson (AKA phayz) 
Date:   Tue Aug 10 05:58:22 2010 +1000

Minor grammatical changes

diff --git a/src/util.c b/src/util.c
index 38ed5f3..e9e570e 100644
--- a/src/util.c
+++ b/src/util.c
@@ -166,7 +166,7 @@ int exit_fail(void)
ret = dialog_yesno(_("Installation error"),
_("Errors occurred while installing selected packages. It is "
"recommended to abort the installation, however you "
-   "may want to ignore this problem. Do you want to leave "
+   "may want to ignore this problem. Do you want to exit "
"the installer?"), 0, 0);
if(ret==DLG_EXIT_OK)
return(1);
@@ -668,8 +668,8 @@ void show_menu(GList *plugin_list, int *state)
dlg_put_backtitle();
dlg_clear();
ret = dialog_menu(_("Select task to continue with"),
-   _("You selected to change the way normally Frugalware is "
-   "installed. Here are the list of tasks you can continue 
"
+   _("You chose to change the way Frugalware is normally "
+   "installed. Here are the tasks you can continue "
"with:"),
0, 0, 0, g_list_length(menu)/2, items);
if (ret != DLG_EXIT_CANCEL)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git