[gnome-shell] runDialog: Use single quotes for Wayland restart warning
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] runDialog: Use single quotes for Wayland restart warning
- Date: Tue, 31 May 2022 18:54:37 +0000 (UTC)
commit 4592337ce546b1860c7582b7c925e3a66b929448
Author: Jonas Ã…dahl <jadahl gmail com>
Date: Tue May 31 13:10:16 2022 +0200
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>
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 037d1cb433..fe9b33e9c4 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]