[gnome-sound-recorder] Fix a translator comment



commit ae4db4947ff6fa5ac120520a69d5597139460c12
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Jan 28 02:02:09 2017 +0100

    Fix a translator comment
    
    They need to be exactly one line above a string to show up in .po files.

 src/mainWindow.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index ff494c3..ac8c5ab 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -347,8 +347,8 @@ const MainView = new Lang.Class({
         this._scrolledWin.show();
         let sounds = list.getItemCount();
         let title;
-        // Translators: This is the title in the headerbar
         if (sounds > 0) {
+            // Translators: This is the title in the headerbar
             title = Gettext.ngettext("%d Recorded Sound",
                                      "%d Recorded Sounds",
                                       sounds).format(sounds);


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