[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=ce8e12f582a60986d2582a87b758f945e37695f3

commit ce8e12f582a60986d2582a87b758f945e37695f3
Author: Russell Dickenson (AKA phayz) <phayz at frugalware.org>
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)


More information about the Frugalware-git mailing list