[sound-juicer] Fix typo in translatable strings (brower)



commit 8aabdc820c41ac76d14a41ab69af18d04b3e6795
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Aug 17 21:20:33 2015 +0200

    Fix typo in translatable strings (brower)

 src/sj-main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/sj-main.c b/src/sj-main.c
index 29af801..7142b5a 100644
--- a/src/sj-main.c
+++ b/src/sj-main.c
@@ -361,9 +361,9 @@ 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, please click ‘Edit Album’ to open 
your brower and edit it in MusicBrainz."));
+    text = g_strdup (_("This album is not in the MusicBrainz database, please click ‘Edit Album’ to open 
your browser and edit it in MusicBrainz."));
   } else {
-    text = g_strdup_printf (_("Could not find %s by %s on MusicBrainz, please click ‘Edit Album’ to open 
your brower and edit it in MusicBrainz."),
+    text = g_strdup_printf (_("Could not find %s by %s on MusicBrainz, please click ‘Edit Album’ to open 
your browser and edit it in MusicBrainz."),
                                     album->title, album->artist);
   }
   gtk_label_set_text (GTK_LABEL (submit_label), text);


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