summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-06-28 15:55:00 +0000
committerMike Fulbright <msf@redhat.com>2002-06-28 15:55:00 +0000
commit123f5f9f75e307f7bee751881eea89a9450b5e76 (patch)
tree52d5c6be6880045172a94e9a39c045d3da38572b /autopart.py
parent706c7fa0f6a2f66e70f756e21ec06f20bbd7a387 (diff)
downloadanaconda-123f5f9f75e307f7bee751881eea89a9450b5e76.tar.gz
anaconda-123f5f9f75e307f7bee751881eea89a9450b5e76.tar.xz
anaconda-123f5f9f75e307f7bee751881eea89a9450b5e76.zip
missed a string for xlation
Diffstat (limited to 'autopart.py')
-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))