[rhel6-branch] i18n: Maintain the translated repo name upon modifying.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Resolves: rhbz#682599
---
 iw/task_gui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/iw/task_gui.py b/iw/task_gui.py
index 9d1b377..0f5009f 100644
--- a/iw/task_gui.py
+++ b/iw/task_gui.py
@@ -553,7 +553,7 @@ class TaskWindow(InstallWindow):
         dialog.run()
 
         model.set_value(iter, 0, dialog.repo.isEnabled())
-        model.set_value(iter, 1, dialog.repo.name)
+        model.set_value(iter, 1, gettext.ldgettext("comps", dialog.repo.name))
         model.set_value(iter, 2, dialog.repo)
 
     def _addRepo(self, *args):
-- 
1.7.5.4

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux