[evince] shell: fix typo in zoom in/out gesture shortcuts
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] shell: fix typo in zoom in/out gesture shortcuts
- Date: Sun, 10 Apr 2016 08:39:47 +0000 (UTC)
commit ac2da0f79c0123bbcfab60c5fb4dafc28631fc25
Author: Hashem Nasarat <hashem riseup net>
Date: Wed Feb 10 01:04:59 2016 -0500
shell: fix typo in zoom in/out gesture shortcuts
Also reorder them so it's zoom in and then zoom out.
https://bugzilla.gnome.org/show_bug.cgi?id=761803
shell/help-overlay.ui | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/shell/help-overlay.ui b/shell/help-overlay.ui
index 0218fa8..60489ae 100644
--- a/shell/help-overlay.ui
+++ b/shell/help-overlay.ui
@@ -192,14 +192,14 @@
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Zoom in</property>
- <property name="shortcut-type">gesture-pinch</property>
+ <property name="shortcut-type">gesture-stretch</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
- <property name="title" translatable="yes" context="shortcut window">Zoom in</property>
- <property name="shortcut-type">gesture-stretch</property>
+ <property name="title" translatable="yes" context="shortcut window">Zoom out</property>
+ <property name="shortcut-type">gesture-pinch</property>
</object>
</child>
<child>
@@ -216,7 +216,6 @@
<property name="shortcut-type">gesture-two-finger-swipe-left</property>
</object>
</child>
-
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]