[gnome-shell] runDialog: Use single quotes for Wayland restart warning



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]