Merge lp:~dobey/ubuntuone-client/valueerror-what into lp:ubuntuone-client

Proposed by dobey
Status: Merged
Approved by: Guillermo Gonzalez
Approved revision: 254
Merged at revision: not available
Proposed branch: lp:~dobey/ubuntuone-client/valueerror-what
Merge into: lp:ubuntuone-client
Diff against target: 12 lines
1 file modified
bin/ubuntuone-client-applet (+1/-1)
To merge this branch: bzr merge lp:~dobey/ubuntuone-client/valueerror-what
Reviewer Review Type Date Requested Status
Guillermo Gonzalez Approve
Eric Casteleijn (community) Approve
Review via email: mp+13311@code.launchpad.net

Commit message

Fix the incorrect usage of %{} instead of %()

To post a comment you must log in.
Revision history for this message
Eric Casteleijn (thisfred) wrote :

+1

review: Approve
Revision history for this message
Guillermo Gonzalez (verterok) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/ubuntuone-client-applet'
2--- bin/ubuntuone-client-applet 2009-10-13 17:22:51 +0000
3+++ bin/ubuntuone-client-applet 2009-10-13 19:10:21 +0000
4@@ -582,7 +582,7 @@
5 n = pynotify.Notification(
6 _("Updating Finished"),
7 P_("Ubuntu One finished updating %(total)d file.",
8- "Ubuntu One finished updating %{total}d files.",
9+ "Ubuntu One finished updating %(total)d files.",
10 self.__total) % { 'total' : self.__total })
11 self.__total = 0
12 self.__updating = 0

Subscribers

People subscribed via source and target branches