From 0976bfe694947a3617f9fcf124c68baec90d87ad Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 13 Jul 2009 10:38:27 -0400 Subject: Lots of small grammar and wording changes. Just auditing the world for clarity, don't mind me. --- storage/partitioning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage') diff --git a/storage/partitioning.py b/storage/partitioning.py index 7c6b1a7f0..f1f1c283a 100644 --- a/storage/partitioning.py +++ b/storage/partitioning.py @@ -253,7 +253,7 @@ def doAutoPartition(anaconda): # if anaconda.isKickstart: anaconda.intf.messageWindow(_("Unrecoverable Error"), - _("Your system will now be rebooted.")) + _("The system will now reboot.")) sys.exit(0) anaconda.id.storage.reset() return DISPATCH_BACK -- cgit