Merge lp:~theghost/unity-lens-applications/fix-for-1053837 into lp:unity-lens-applications

Proposed by theghost
Status: Needs review
Proposed branch: lp:~theghost/unity-lens-applications/fix-for-1053837
Merge into: lp:unity-lens-applications
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
src/daemon.vala (+1/-1)
To merge this branch: bzr merge lp:~theghost/unity-lens-applications/fix-for-1053837
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+173532@code.launchpad.net

Description of the change

Please merge my branch, it:

* Adds a localization context for the word "free"

which fixes Bug #1053837.

Tested via generation of the po-file with: "xgettext -o bla.po -L C -k_ --keyword=C_:1c,2 src/*.vala" which contains the necessary context.

Feedback always welcome as it my second contribution to Ubuntu :D Thx.

To post a comment you must log in.
Revision history for this message
Phillip Sz (phillip-sz) :

Unmerged revisions

350. By theghost

Add localization context for the word "free" (LP: #1053837)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-07-02 04:01:14 +0000
3+++ debian/changelog 2013-07-08 15:36:31 +0000
4@@ -1,3 +1,9 @@
5+unity-lens-applications (7.0.0+13.10.20130702-0ubuntu3) UNRELEASED; urgency=low
6+
7+ * Add localization context for the word "free" (LP: #1053837)
8+
9+ -- Mathias Dietrich <dietrichmathias@gmail.com> Mon, 08 Jul 2013 17:23:32 +0200
10+
11 unity-lens-applications (7.0.0+13.10.20130702-0ubuntu1) saucy; urgency=low
12
13 [ Michal Hruby ]
14
15=== modified file 'src/daemon.vala'
16--- src/daemon.vala 2013-07-01 12:17:01 +0000
17+++ src/daemon.vala 2013-07-08 15:36:31 +0000
18@@ -909,7 +909,7 @@
19 }
20 else
21 {
22- annotated_icon.ribbon = _("Free");
23+ annotated_icon.ribbon = C_("Free here means Gratis", "Free");
24 }
25 if (force_small_icons_for_suggestions || use_small_icon
26 || app_icon.to_string () == GENERIC_APP_ICON)

Subscribers

People subscribed via source and target branches