[sound-juicer] Fix translator comment



commit 4fe2a8fe2bc54df195b3f5f993c08b15fc74e7c7
Author: Phillip Wood <phillip wood dunelm org uk>
Date:   Sun Sep 4 19:09:46 2016 +0100

    Fix translator comment
    
    This one was missed when removing the asterisks from translator
    comments. See commit 588a52a.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769623

 src/sj-about.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/sj-about.c b/src/sj-about.c
index e61639b..ba712b7 100644
--- a/src/sj-about.c
+++ b/src/sj-about.c
@@ -73,10 +73,8 @@ void show_about_dialog (void)
                          "authors", authors,
                          "documenters", documentors,
                          "artists", artists,
-                         /*
-                          * Translators: put here your name and email so it will show
-                          * up in the "about" box
-                          */
+                         /* Translators: put here your name and email
+                            so it will show up in the "about" box */
                          "translator-credits", _("translator-credits"),
                          "logo-icon-name", "sound-juicer",
                          "license", license_trans,


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