Merge lp:~fabiozaramella/noise/fix-for-1278191 into lp:~elementary-apps/noise/trunk

Proposed by Fabio Zaramella
Status: Superseded
Proposed branch: lp:~fabiozaramella/noise/fix-for-1278191
Merge into: lp:~elementary-apps/noise/trunk
Diff against target: 11 lines (+1/-1)
1 file modified
src/Widgets/StatusBar.vala (+1/-1)
To merge this branch: bzr merge lp:~fabiozaramella/noise/fix-for-1278191
Reviewer Review Type Date Requested Status
Victor Martinez (community) Approve
Review via email: mp+221638@code.launchpad.net

This proposal has been superseded by a proposal from 2014-06-18.

Commit message

just a small issue

To post a comment you must log in.
Revision history for this message
Victor Martinez (victored) wrote :

Looks good to me.

review: Approve

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Widgets/StatusBar.vala'
2--- src/Widgets/StatusBar.vala 2014-04-19 21:51:46 +0000
3+++ src/Widgets/StatusBar.vala 2014-06-01 17:02:51 +0000
4@@ -69,7 +69,7 @@
5 appendItem (_("Song"), repeat_one_image, _("Repeat Song"));
6 appendItem (_("Album"), repeat_on_image, _("Repeat Album"));
7 appendItem (_("Artist"), repeat_on_image, _("Repeat Artist"));
8- appendItem (_("All"), repeat_on_image, _("Repeat All"));
9+ appendItem (_("All"), repeat_on_image, _("Disable Repeat"));
10
11 update_option ();
12

Subscribers

People subscribed via source and target branches