Merge lp:~dpm/ubuntu/lucid/update-manager/bug-537277 into lp:ubuntu/lucid/update-manager

Proposed by David Planella
Status: Merged
Merge reported by: Michael Vogt
Merged at revision: not available
Proposed branch: lp:~dpm/ubuntu/lucid/update-manager/bug-537277
Merge into: lp:ubuntu/lucid/update-manager
Diff against target: 31 lines (+3/-1)
2 files modified
check-new-release-gtk (+1/-1)
po/POTFILES.in (+2/-0)
To merge this branch: bzr merge lp:~dpm/ubuntu/lucid/update-manager/bug-537277
Reviewer Review Type Date Requested Status
Michael Vogt Approve
James Westby (community) Abstain
Review via email: mp+21133@code.launchpad.net

Description of the change

Made some strings translatable and extractable as a fix for LP:537277

To post a comment you must log in.
Revision history for this message
James Westby (james-w) :
review: Abstain
Revision history for this message
Michael Vogt (mvo) wrote :

You have eyes like a hawk David! Many thanks, merging.

review: Approve
Revision history for this message
David Planella (dpm) wrote :

It's not me, it's our awesome translations community! :-)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'check-new-release-gtk'
2--- check-new-release-gtk 2010-03-08 20:58:44 +0000
3+++ check-new-release-gtk 2010-03-11 12:05:32 +0000
4@@ -60,7 +60,7 @@
5 print "%s is on the ignore list" % new_dist.name
6 gtk.main_quit()
7 self.build_ui()
8- self.window_main.set_title("Ubuntu %s Upgrade Available" % new_dist.version)
9+ self.window_main.set_title(_("Ubuntu %(version)s Upgrade Available") % {'version': new_dist.version})
10 self.linkbutton_release_notes.set_uri(new_dist.releaseNotesURI)
11 html_uri = new_dist.releaseNotesHtmlUri
12 self.show_uri(html_uri)
13
14=== modified file 'po/POTFILES.in'
15--- po/POTFILES.in 2009-09-02 15:04:53 +0000
16+++ po/POTFILES.in 2010-03-11 12:05:32 +0000
17@@ -29,12 +29,14 @@
18 UpdateManager/Core/MetaRelease.py
19 UpdateManager/Core/utils.py
20 [type: gettext/glade]data/glade/UpdateManager.ui
21+[type: gettext/glade]data/glade/UpgradePromptDialog.ui
22 data/update-manager.desktop.in
23 data/update-manager.schemas.in
24 data/update-manager-hildon.desktop.in
25 update-manager
26 do-release-upgrade
27 check-new-release
28+check-new-release-gtk
29 Janitor/computerjanitor/cruft.py
30 Janitor/computerjanitor/cruft_tests.py
31 Janitor/computerjanitor/exc.py

Subscribers

People subscribed via source and target branches

to all changes: