summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/spokes/custom.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2013-01-03 13:37:38 -0500
committerChris Lumens <clumens@redhat.com>2013-01-07 09:06:25 -0500
commit719a95878444db600aadb93f0bc98a44e0495a1e (patch)
tree84d75c22328e6989b77bd3580cccdf2f40e2594c /pyanaconda/ui/gui/spokes/custom.py
parent9c1a81489ee302c51f6a49f90813117e6aaddb3e (diff)
downloadanaconda-719a95878444db600aadb93f0bc98a44e0495a1e.tar.gz
anaconda-719a95878444db600aadb93f0bc98a44e0495a1e.tar.xz
anaconda-719a95878444db600aadb93f0bc98a44e0495a1e.zip
Add keyboard accelerators to a whole lot of widgets (#864964).
Diffstat (limited to 'pyanaconda/ui/gui/spokes/custom.py')
-rw-r--r--pyanaconda/ui/gui/spokes/custom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 95a4398e5..e7b47e51b 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -633,8 +633,8 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
summaryLabel = self._summaryButton.get_children()[0]
count = len(self.data.clearpart.drives)
- summary = P_("%d storage device selected",
- "%d storage devices selected",
+ summary = P_("%d _storage device selected",
+ "%d _storage devices selected",
count) % count
summaryLabel.set_use_markup(True)