[sound-juicer] Fix typo in a translatable string



commit e615bb64329e54cd5c0a864d3404cf3723813ed4
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Fri Aug 15 21:40:57 2014 +0200

    Fix typo in a translatable string

 src/sj-main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/sj-main.c b/src/sj-main.c
index df5c449..600fbaa 100644
--- a/src/sj-main.c
+++ b/src/sj-main.c
@@ -336,7 +336,7 @@ set_submit_text (const AlbumDetails *album)
   gchar *text;
 
   if (g_str_equal (album->title, _("Unknown Title"))) {
-    text = g_strdup (_("This album is not in the Musicbrainz database."));
+    text = g_strdup (_("This album is not in the MusicBrainz database."));
   } else {
     text = g_strdup_printf (_("Could not find %s by %s on MusicBrainz."),
                                     album->title, album->artist);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]