[gnome-boxes] display-page: Improved hint for upgrabbing



commit d3e9923e092463f2a0342a3e365fa2b5cb23b115
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Feb 12 16:47:45 2015 +0000

    display-page: Improved hint for upgrabbing
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743319

 src/display-page.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/display-page.vala b/src/display-page.vala
index b009476..3323a51 100644
--- a/src/display-page.vala
+++ b/src/display-page.vala
@@ -97,7 +97,7 @@ private class Boxes.DisplayPage: Gtk.Box {
 
         string? hint = null;
         if (grabbed)
-            hint = _("(press [left] Ctrl+Alt keys to ungrab)");
+            hint = _("Press (left) Ctrl+Alt to ungrab");
 
         toolbar.set_subtitle (hint);
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]