Merge lp:~seb128/unity-lens-applications/set-string-translatable into lp:unity-lens-applications/raring

Proposed by Sebastien Bacher
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 336
Merged at revision: 336
Proposed branch: lp:~seb128/unity-lens-applications/set-string-translatable
Merge into: lp:unity-lens-applications/raring
Diff against target: 12 lines (+1/-1)
1 file modified
src/daemon.vala (+1/-1)
To merge this branch: bzr merge lp:~seb128/unity-lens-applications/set-string-translatable
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Didier Roche-Tolomelli Approve
Review via email: mp+160287@code.launchpad.net

Commit message

Set one extra string as translatable

Description of the change

Set one extra string as translatable

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

sweet ;)

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/daemon.vala'
2--- src/daemon.vala 2013-02-28 09:18:42 +0000
3+++ src/daemon.vala 2013-04-23 07:48:47 +0000
4@@ -1217,7 +1217,7 @@
5 {
6 if (subtitle != "")
7 subtitle += ", ";
8- subtitle += ("Size %s").printf (GLib.format_size (details.size));
9+ subtitle += (_("Size %s")).printf (GLib.format_size (details.size));
10 }
11 preview = new Unity.ApplicationPreview (details.name, subtitle, details.description, icon, screenshot);
12 preview.license = details.license;

Subscribers

People subscribed via source and target branches

to all changes: