summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autopart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index 32569bec1..879cd25a3 100644
--- a/autopart.py
+++ b/autopart.py
@@ -982,7 +982,7 @@ def doAutoPartition(dir, diskset, partitions, intf, instClass, dispatch):
extra = ""
dispatch.skipStep("partition", skip = 0)
else:
- extra = "\n\nPress OK to reboot your system."
+ extra = _("\n\nPress OK to reboot your system.")
intf.messageWindow(_("Error Partitioning"),
_("Could not allocate requested partitions: \n\n"
"%s.%s") % (msg.value, extra))