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:
parent
a6995a3892
commit
4592337ce5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user