From 84649c82760553c1d48f10f5a0227a3499f30bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 17 Nov 2016 22:10:00 +0100 Subject: [PATCH] runDialog: Mark error message as translatable https://bugzilla.gnome.org/show_bug.cgi?id=774643 --- 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 757e7825b..dedb9d477 100644 --- a/js/ui/runDialog.js +++ b/js/ui/runDialog.js @@ -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;