summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-05 17:57:58 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-05 17:57:58 +0000
commit30c77c74c60d13ea9e89d5998b14a11bc16fe278 (patch)
tree42578204eba29f47b55528fdd604924347774447 /iw
parente5b857bec865c55a30279e7d5a079ae61517a4ac (diff)
downloadanaconda-30c77c74c60d13ea9e89d5998b14a11bc16fe278.tar.gz
anaconda-30c77c74c60d13ea9e89d5998b14a11bc16fe278.tar.xz
anaconda-30c77c74c60d13ea9e89d5998b14a11bc16fe278.zip
more mnemonics
Diffstat (limited to 'iw')
-rw-r--r--iw/dependencies_gui.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/iw/dependencies_gui.py b/iw/dependencies_gui.py
index 7388b092a..4a3ea9f62 100644
--- a/iw/dependencies_gui.py
+++ b/iw/dependencies_gui.py
@@ -87,14 +87,14 @@ class UnresolvedDependenciesWindow (InstallWindow):
self.updateSize()
rb = gtk.VBox (gtk.FALSE)
- self.dependRB = gtk.RadioButton (None, _("Install packages to "
+ self.dependRB = gtk.RadioButton (None, _("_Install packages to "
"satisfy dependencies"))
- self.causeRB = gtk.RadioButton (self.dependRB, _("Do not install "
+ self.causeRB = gtk.RadioButton (self.dependRB, _("_Do not install "
"packages that "
"have dependencies"))
- self.ignoreRB = gtk.RadioButton (self.dependRB, _("Ignore package "
+ self.ignoreRB = gtk.RadioButton (self.dependRB, _("I_gnore package "
"dependencies"))
rb.pack_start (self.dependRB)