Merge lp:~kelemeng/update-manager/bug957552 into lp:update-manager

Proposed by Gabor Kelemen
Status: Merged
Merged at revision: 2362
Proposed branch: lp:~kelemeng/update-manager/bug957552
Merge into: lp:update-manager
Diff against target: 15 lines (+2/-2)
1 file modified
UpdateManager/UpdateManager.py (+2/-2)
To merge this branch: bzr merge lp:~kelemeng/update-manager/bug957552
Reviewer Review Type Date Requested Status
Michael Vogt Pending
Review via email: mp+98028@code.launchpad.net
To post a comment you must log in.
2362. By Gabor Kelemen

Mark two accessible descriptions for translation. LP: #957552

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'UpdateManager/UpdateManager.py'
2--- UpdateManager/UpdateManager.py 2012-03-09 15:45:42 +0000
3+++ UpdateManager/UpdateManager.py 2012-03-17 01:13:25 +0000
4@@ -223,9 +223,9 @@
5 cr.set_property("xpad", 6)
6 cr.connect("toggled", self.toggled)
7
8- column_install = Gtk.TreeViewColumn("Install", cr, active=LIST_TOGGLE_CHECKED)
9+ column_install = Gtk.TreeViewColumn(_("Install"), cr, active=LIST_TOGGLE_CHECKED)
10 column_install.set_cell_data_func (cr, self.install_column_view_func)
11- column = Gtk.TreeViewColumn("Name", tr, markup=LIST_CONTENTS)
12+ column = Gtk.TreeViewColumn(_("Name"), tr, markup=LIST_CONTENTS)
13 column.set_resizable(True)
14
15 column_install.set_sizing(Gtk.TreeViewColumnSizing.FIXED)

Subscribers

People subscribed via source and target branches

to status/vote changes: