[gnome-shell] location: Add translator comments



commit 0edbdc529e909eacc05e20534e4dec1465c794b3
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Feb 18 17:36:20 2016 +0100

    location: Add translator comments
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762270

 js/ui/status/location.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/status/location.js b/js/ui/status/location.js
index c74ca51..b08e914 100644
--- a/js/ui/status/location.js
+++ b/js/ui/status/location.js
@@ -439,7 +439,10 @@ const GeolocationDialog = new Lang.Class({
 
         this.setInitialKeyFocus(button);
 
+        /* Translators: %s is an application name */
         this._title.text = _("Give %s access to your location?").format(name);
+
+        /* Translators: %s is an application name */
         this._desc.text = _("%s is requesting access to your location.").format(name);
 
         if (reason)


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