Merge lp:~kelemeng/aptdaemon/bug640972 into lp:ubuntu/maverick/aptdaemon

Proposed by Gabor Kelemen
Status: Needs review
Proposed branch: lp:~kelemeng/aptdaemon/bug640972
Merge into: lp:ubuntu/maverick/aptdaemon
Diff against target: 12 lines (+1/-1)
1 file modified
aptdaemon/gtkwidgets.py (+1/-1)
To merge this branch: bzr merge lp:~kelemeng/aptdaemon/bug640972
Reviewer Review Type Date Requested Status
Sebastian Heinlein (community) Approve
Review via email: mp+35814@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sebastian Heinlein (glatzor) :
review: Approve

Unmerged revisions

45. By Gabor Kelemen

Correct misplaced parentheses, so that l10n of strings will work. Fixes LP: 640972

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'aptdaemon/gtkwidgets.py'
2--- aptdaemon/gtkwidgets.py 2010-09-10 10:23:34 +0000
3+++ aptdaemon/gtkwidgets.py 2010-09-17 12:26:01 +0000
4@@ -495,7 +495,7 @@
5 apt_pkg.size_to_str(full_size))
6 elif status == DOWNLOAD_DONE:
7 if full_size != 0:
8- text += _("Downloaded %sB" % apt_pkg.size_to_str(full_size))
9+ text += _("Downloaded %sB") % apt_pkg.size_to_str(full_size)
10 else:
11 text += _("Downloaded")
12 else:

Subscribers

People subscribed via source and target branches

to all changes: