summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-02 06:18:50 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-02 06:18:50 +0000
commit8cbdb42ab932948abbbe06b8ef13018aa5587326 (patch)
treea234589dd0dcb84416a1236a4247fbae4128d3cb /iw
parent649a320bf95cd5c29c0b16ebacc62344e19c5a45 (diff)
downloadanaconda-8cbdb42ab932948abbbe06b8ef13018aa5587326.tar.gz
anaconda-8cbdb42ab932948abbbe06b8ef13018aa5587326.tar.xz
anaconda-8cbdb42ab932948abbbe06b8ef13018aa5587326.zip
translate the label (#70422)
Diffstat (limited to 'iw')
-rw-r--r--iw/account_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py
index 13f8e4926..25e1eae2b 100644
--- a/iw/account_gui.py
+++ b/iw/account_gui.py
@@ -358,7 +358,7 @@ class AccountWindow (InstallWindow):
table.set_row_spacings (5)
table.set_col_spacings (5)
- pass1 = gui.MnemonicLabel (("Root _Password: "))
+ pass1 = gui.MnemonicLabel (_("Root _Password: "))
pass1.set_alignment (0.0, 0.5)
table.attach (pass1, 0, 1, 0, 1, gtk.FILL, 0, 10)
pass2 = gui.MnemonicLabel (_("_Confirm: "))