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
=== modified file 'debian/changelog'
--- debian/changelog 2013-07-02 04:01:14 +0000
+++ debian/changelog 2013-07-08 15:36:31 +0000
@@ -1,3 +1,9 @@
1unity-lens-applications (7.0.0+13.10.20130702-0ubuntu3) UNRELEASED; urgency=low
2
3 * Add localization context for the word "free" (LP: #1053837)
4
5 -- Mathias Dietrich <dietrichmathias@gmail.com> Mon, 08 Jul 2013 17:23:32 +0200
6
1unity-lens-applications (7.0.0+13.10.20130702-0ubuntu1) saucy; urgency=low7unity-lens-applications (7.0.0+13.10.20130702-0ubuntu1) saucy; urgency=low
28
3 [ Michal Hruby ]9 [ Michal Hruby ]
410
=== modified file 'src/daemon.vala'
--- src/daemon.vala 2013-07-01 12:17:01 +0000
+++ src/daemon.vala 2013-07-08 15:36:31 +0000
@@ -909,7 +909,7 @@
909 }909 }
910 else910 else
911 {911 {
912 annotated_icon.ribbon = _("Free");912 annotated_icon.ribbon = C_("Free here means Gratis", "Free");
913 }913 }
914 if (force_small_icons_for_suggestions || use_small_icon914 if (force_small_icons_for_suggestions || use_small_icon
915 || app_icon.to_string () == GENERIC_APP_ICON)915 || app_icon.to_string () == GENERIC_APP_ICON)

Subscribers

People subscribed via source and target branches