diff options
author | Chris Lumens <clumens@redhat.com> | 2013-01-07 13:59:46 -0500 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2013-01-07 13:59:46 -0500 |
commit | 2ae05624f14433603e9e0ad0a5a00862c007bb0f (patch) | |
tree | 560c913bc186022ae884c4314bc53e2db179ccca /pyanaconda/ui/gui/spokes/custom.py | |
parent | f17bc055b5661230b995b8ea82e68af2de5e9a6e (diff) | |
download | anaconda-2ae05624f14433603e9e0ad0a5a00862c007bb0f.tar.gz anaconda-2ae05624f14433603e9e0ad0a5a00862c007bb0f.tar.xz anaconda-2ae05624f14433603e9e0ad0a5a00862c007bb0f.zip |
Mark another string for translation (#892760).
Diffstat (limited to 'pyanaconda/ui/gui/spokes/custom.py')
-rw-r--r-- | pyanaconda/ui/gui/spokes/custom.py | 2 |
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) |