Merge lp:~davidgomes/noise/fix-1214100 into lp:~elementary-apps/noise/trunk

Proposed by David Gomes
Status: Merged
Approved by: David Gomes
Approved revision: 1521
Merged at revision: 1520
Proposed branch: lp:~davidgomes/noise/fix-1214100
Merge into: lp:~elementary-apps/noise/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/Views/Wrappers/ReadOnlyPlaylistViewWrapper.vala (+1/-1)
To merge this branch: bzr merge lp:~davidgomes/noise/fix-1214100
Reviewer Review Type Date Requested Status
Danielle Foré Approve
Akshay Shekher (community) Approve
Review via email: mp+180932@code.launchpad.net

Commit message

To post a comment you must log in.
Revision history for this message
Akshay Shekher (voldyman) wrote :

thanks for fixing munchor

review: Approve
lp:~davidgomes/noise/fix-1214100 updated
1521. By David Gomes

Cleared up language.

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
=== modified file 'src/Views/Wrappers/ReadOnlyPlaylistViewWrapper.vala'
--- src/Views/Wrappers/ReadOnlyPlaylistViewWrapper.vala 2013-04-29 13:47:05 +0000
+++ src/Views/Wrappers/ReadOnlyPlaylistViewWrapper.vala 2013-08-19 19:27:48 +0000
@@ -37,7 +37,7 @@
37 37
38 this.is_queue = is_queue;38 this.is_queue = is_queue;
39 message_head = _("No Songs");39 message_head = _("No Songs");
40 message_body = _("Please wait until that this playlist get updated.");40 message_body = _("Updating playlist. Please wait.");
41 message_type = Gtk.MessageType.INFO;41 message_type = Gtk.MessageType.INFO;
4242
43 this.playlist_id = playlist_id;43 this.playlist_id = playlist_id;

Subscribers

People subscribed via source and target branches