location: Add translator comments

https://bugzilla.gnome.org/show_bug.cgi?id=762270
This commit is contained in:
Florian Müllner 2016-02-18 17:36:20 +01:00
parent b08523b170
commit 0edbdc529e

View File

@ -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)