summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
Diffstat (limited to 'storage')
-rw-r--r--storage/partitioning.py2
1 files changed, 1 insertions, 1 deletions
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