diff --git a/js/ui/status/location.js b/js/ui/status/location.js index 13aa8a94e..ef91a460d 100644 --- a/js/ui/status/location.js +++ b/js/ui/status/location.js @@ -321,7 +321,7 @@ var AppAuthorizer = new Lang.Class({ _userAuthorizeApp: function() { let name = this._app.get_name(); let appInfo = this._app.get_app_info(); - let reason = appInfo.get_string("X-Geoclue-Reason"); + let reason = appInfo.get_locale_string("X-Geoclue-Reason"); this._showAppAuthDialog(name, reason); },