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
=== modified file 'src/Widgets/StatusBar.vala'
--- src/Widgets/StatusBar.vala 2014-04-19 21:51:46 +0000
+++ src/Widgets/StatusBar.vala 2014-06-01 17:02:51 +0000
@@ -69,7 +69,7 @@
69 appendItem (_("Song"), repeat_one_image, _("Repeat Song"));69 appendItem (_("Song"), repeat_one_image, _("Repeat Song"));
70 appendItem (_("Album"), repeat_on_image, _("Repeat Album"));70 appendItem (_("Album"), repeat_on_image, _("Repeat Album"));
71 appendItem (_("Artist"), repeat_on_image, _("Repeat Artist"));71 appendItem (_("Artist"), repeat_on_image, _("Repeat Artist"));
72 appendItem (_("All"), repeat_on_image, _("Repeat All"));72 appendItem (_("All"), repeat_on_image, _("Disable Repeat"));
7373
74 update_option ();74 update_option ();
7575

Subscribers

People subscribed via source and target branches