runDialog: Mark error message as translatable
https://bugzilla.gnome.org/show_bug.cgi?id=774643
This commit is contained in:
parent
803406d601
commit
84649c8276
@ -274,7 +274,7 @@ const RunDialog = new Lang.Class({
|
||||
|
||||
_restart: function() {
|
||||
if (Meta.is_wayland_compositor()) {
|
||||
this._showError('Restart is not available on Wayland');
|
||||
this._showError(_("Restart is not available on Wayland"));
|
||||
return;
|
||||
}
|
||||
this._shouldFadeOut = false;
|
||||
|
Loading…
Reference in New Issue
Block a user