Mark a string to be translatable

And replace three points ('...') with the
unicode character '…'.
This commit is contained in:
Yosef Or Boczko 2014-07-17 09:48:26 +03:00
parent b6f3e15037
commit 476394809a

View File

@ -270,7 +270,7 @@ const RunDialog = new Lang.Class({
_restart: function() {
this._shouldFadeOut = false;
this.close();
Meta.restart('Restarting...');
Meta.restart(_("Restarting…"));
},
open: function() {