diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-12-18 16:27:53 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-12-18 16:27:53 +0000 |
commit | f4a6cb9a6f0c5bcc1e2c22b2d391c099644a407f (patch) | |
tree | a6a2980565ee893bf5f0a61e91a8fe0d3b6569b0 /textw | |
parent | 099df3d32f2855e05b51edeb110a709ae3ea1291 (diff) | |
download | anaconda-f4a6cb9a6f0c5bcc1e2c22b2d391c099644a407f.tar.gz anaconda-f4a6cb9a6f0c5bcc1e2c22b2d391c099644a407f.tar.xz anaconda-f4a6cb9a6f0c5bcc1e2c22b2d391c099644a407f.zip |
mark for translation (#79975)
Diffstat (limited to 'textw')
-rw-r--r-- | textw/upgrade_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py index 0b1a6c331..497dd20cc 100644 --- a/textw/upgrade_text.py +++ b/textw/upgrade_text.py @@ -202,7 +202,7 @@ class UpgradeExamineWindow: else: devname = drive partList.append("%s (%s)" %(desc, drive)) - partList.append("Reinstall System") + partList.append(_("Reinstall System")) (button, choice) = ListboxChoiceWindow(screen, _("System to Upgrade"), _("One or more existing Linux installations " |