location: Add translator comments
https://bugzilla.gnome.org/show_bug.cgi?id=762270
This commit is contained in:
parent
b08523b170
commit
0edbdc529e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user