Merge lp:~victored/pantheon-photos/lp-1332967 into lp:~pantheon-photos/pantheon-photos/trunk

Proposed by Victor Martinez
Status: Merged
Approved by: Danielle Foré
Approved revision: 2531
Merged at revision: 2531
Proposed branch: lp:~victored/pantheon-photos/lp-1332967
Merge into: lp:~pantheon-photos/pantheon-photos/trunk
Diff against target: 11 lines (+1/-1)
1 file modified
src/Resources.vala (+1/-1)
To merge this branch: bzr merge lp:~victored/pantheon-photos/lp-1332967
Reviewer Review Type Date Requested Status
Danielle Foré Approve
Review via email: mp+224042@code.launchpad.net

Commit message

Fix bug #1332967: Search combobox says "Rejected _Only"

Description of the change

Fix bug #1332967: Search combobox says "Rejected _Only"

To post a comment you must log in.
Revision history for this message
Danielle Foré (danrabbit) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Resources.vala'
2--- src/Resources.vala 2014-06-22 06:40:38 +0000
3+++ src/Resources.vala 2014-06-22 15:08:56 +0000
4@@ -230,7 +230,7 @@
5 public const string RATE_REJECTED_PROGRESS = _("Setting as rejected");
6 public const string RATE_REJECTED_TOOLTIP = _("Set rating to rejected");
7
8- public const string DISPLAY_REJECTED_ONLY_MENU = _("Rejected _Only");
9+ public const string DISPLAY_REJECTED_ONLY_MENU = _("Rejected Only");
10 public const string DISPLAY_REJECTED_ONLY_LABEL = _("Rejected Only");
11 public const string DISPLAY_REJECTED_ONLY_TOOLTIP = _("Show only rejected photos");
12

Subscribers

People subscribed via source and target branches