runDialog: Use single quotes for Wayland restart warning

The API was changed to take a pointer to a MetaContext, in order to have
a better way to fetch the MetaDisplay instance it needs.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2316>
This commit is contained in:
Jonas Ådahl 2022-05-31 13:10:16 +02:00 committed by Florian Müllner
parent a6995a3892
commit 4592337ce5

View File

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