From 476394809a7ad26f4b48f2a7a5318425e11f9a58 Mon Sep 17 00:00:00 2001 From: Yosef Or Boczko Date: Thu, 17 Jul 2014 09:48:26 +0300 Subject: [PATCH] Mark a string to be translatable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And replace three points ('...') with the unicode character '…'. --- js/ui/runDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {