Mark a string to be translatable
And replace three points ('...') with the unicode character '…'.
This commit is contained in:
parent
b6f3e15037
commit
476394809a
@ -270,7 +270,7 @@ const RunDialog = new Lang.Class({
|
||||
_restart: function() {
|
||||
this._shouldFadeOut = false;
|
||||
this.close();
|
||||
Meta.restart('Restarting...');
|
||||
Meta.restart(_("Restarting…"));
|
||||
},
|
||||
|
||||
open: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user