From 0edbdc529e909eacc05e20534e4dec1465c794b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 18 Feb 2016 17:36:20 +0100 Subject: [PATCH] location: Add translator comments https://bugzilla.gnome.org/show_bug.cgi?id=762270 --- js/ui/status/location.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/ui/status/location.js b/js/ui/status/location.js index c74ca5159..b08e914c5 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)