[gnome-shell] Fix a translator comment



commit 93c66b353742f1670beeddacfab13e30c0e761e3
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Jan 28 02:01:14 2017 +0100

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

 js/ui/overview.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/overview.js b/js/ui/overview.js
index 1af8706..ab95ddb 100644
--- a/js/ui/overview.js
+++ b/js/ui/overview.js
@@ -107,9 +107,9 @@ const Overview = new Lang.Class({
 
         this._overviewCreated = true;
 
-        /* Translators: This is the main view to select
-           activities. See also note for "Activities" string. */
         this._overview = new St.BoxLayout({ name: 'overview',
+                                            /* Translators: This is the main view to select
+                                               activities. See also note for "Activities" string. */
                                             accessible_name: _("Overview"),
                                             vertical: true });
         this._overview.add_constraint(new LayoutManager.MonitorConstraint({ primary: true }));


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