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)