[PATCH 3/3] Mark another string for translation (#892760).

Chris Lumens clumens at redhat.com
Mon Jan 7 20:26:50 UTC 2013


---
 pyanaconda/ui/gui/spokes/custom.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 74e0717..bcfa001 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)
-- 
1.7.11.2



More information about the anaconda-patches mailing list