runDialog: Mark error message as translatable

https://bugzilla.gnome.org/show_bug.cgi?id=774643
This commit is contained in:
Florian Müllner 2016-11-17 22:10:00 +01:00 committed by Piotr Drąg
parent 803406d601
commit 84649c8276

View File

@ -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;