summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/spokes/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyanaconda/ui/gui/spokes/custom.py')
-rw-r--r--pyanaconda/ui/gui/spokes/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 74e0717b1..bcfa001e7 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -1481,7 +1481,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
delta = factory.device_size - base_size
label.set_text("+%s" % str(Size(spec="%fmb" % delta)).upper())
else:
- label.set_text("(not enough disks)")
+ label.set_text(_("(not enough disks)"))
# some features are not available to some raid levels
button.set_sensitive(feature not in disabled)