[gnome-boxes] display-page: Specify exact Ctrl key
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] display-page: Specify exact Ctrl key
- Date: Tue, 8 Apr 2014 16:33:20 +0000 (UTC)
commit ab6cc04c725c1201baf7dfab4f6966f6eda4524f
Author: Lasse Schuirmann <lasse schuirmann net>
Date: Tue Apr 8 15:02:23 2014 +0200
display-page: Specify exact Ctrl key
When grabbing the focus of a VM the hint says "press Ctrl+Alt keys to
ungrab". Since only the left Ctrl key works it was decided in a
discussion to change the hint and leave the functionality this way.
https://bugzilla.gnome.org/show_bug.cgi?id=712554
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 e7aa2c1..aeba726 100644
--- a/src/display-page.vala
+++ b/src/display-page.vala
@@ -85,7 +85,7 @@ private class Boxes.DisplayPage: Gtk.Box {
var title = machine.name;
string? hint = null;
if (grabbed)
- hint = _("(press Ctrl+Alt keys to ungrab)");
+ hint = _("(press [left] Ctrl+Alt keys to ungrab)");
toolbar.set_title (title);
toolbar.set_subtitle (hint);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]