Merge lp:~jbicha/xdiagnose/mark-apply-close-translatable into lp:xdiagnose

Proposed by Jeremy Bícha
Status: Needs review
Proposed branch: lp:~jbicha/xdiagnose/mark-apply-close-translatable
Merge into: lp:xdiagnose
Diff against target: 16 lines (+2/-2)
1 file modified
xdiagnose/applet.py (+2/-2)
To merge this branch: bzr merge lp:~jbicha/xdiagnose/mark-apply-close-translatable
Reviewer Review Type Date Requested Status
Bryce Harrington Pending
Review via email: mp+170928@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

382. By Jeremy Bícha

Mark Apply & Close as translatable (LP: #1182757)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'xdiagnose/applet.py'
2--- xdiagnose/applet.py 2013-01-18 01:34:39 +0000
3+++ xdiagnose/applet.py 2013-06-22 02:51:27 +0000
4@@ -105,11 +105,11 @@
5 button_box.set_spacing(20)
6 vbox.add(button_box)
7
8- apply_button = Gtk.Button("Apply")
9+ apply_button = Gtk.Button(_("Apply"),image=Gtk.Image(stock=Gtk.STOCK_APPLY))
10 apply_button.connect('clicked', self.on_apply)
11 button_box.add(apply_button)
12
13- close_button = Gtk.Button("Close")
14+ close_button = Gtk.Button(_("Close"),image=Gtk.Image(stock=Gtk.STOCK_CLOSE))
15 close_button.connect('clicked', self.on_close)
16 button_box.add(close_button)
17

Subscribers

People subscribed via source and target branches