diff --git a/js/ui/runDialog.js b/js/ui/runDialog.js index 037d1cb43..fe9b33e9c 100644 --- a/js/ui/runDialog.js +++ b/js/ui/runDialog.js @@ -235,7 +235,7 @@ class RunDialog extends ModalDialog.ModalDialog { _restart() { 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;