diff --git a/js/ui/runDialog.js b/js/ui/runDialog.js index 504e90446..1d5e7a5dc 100644 --- a/js/ui/runDialog.js +++ b/js/ui/runDialog.js @@ -270,7 +270,7 @@ const RunDialog = new Lang.Class({ _restart: function() { this._shouldFadeOut = false; this.close(); - Meta.restart('Restarting...'); + Meta.restart(_("Restarting…")); }, open: function() {