[gnome-builder/gnome-builder-3-20] shortcuts: fix regex typo
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-20] shortcuts: fix regex typo
- Date: Thu, 5 May 2016 11:30:46 +0000 (UTC)
commit 84fe60034f8c64ea2232198ebc786585eb9a8c0d
Author: Christian Hergert <chergert redhat com>
Date: Thu May 5 14:28:37 2016 +0300
shortcuts: fix regex typo
When converting this to use the upstream shortcuts window, we had a pretty
bad typo left over. It should have been viewport, relating to the visible
area of the editor window.
https://bugzilla.gnome.org/show_bug.cgi?id=762858
data/ui/ide-shortcuts-window.ui | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/ui/ide-shortcuts-window.ui b/data/ui/ide-shortcuts-window.ui
index 3bbfb4f..678550c 100644
--- a/data/ui/ide-shortcuts-window.ui
+++ b/data/ui/ide-shortcuts-window.ui
@@ -316,28 +316,28 @@
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator"><alt><shift>Up</property>
- <property name="title" translatable="yes" context="shortcut window">Move sectionport up
within the file</property>
+ <property name="title" translatable="yes" context="shortcut window">Move viewport up within
the file</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator"><alt><shift>Down</property>
- <property name="title" translatable="yes" context="shortcut window">Move sectionport down
within the file</property>
+ <property name="title" translatable="yes" context="shortcut window">Move viewport down
within the file</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator"><alt><shift>End</property>
- <property name="title" translatable="yes" context="shortcut window">Move sectionport to end
of file</property>
+ <property name="title" translatable="yes" context="shortcut window">Move viewport to end of
file</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator"><alt><shift>Home</property>
- <property name="title" translatable="yes" context="shortcut window">Move sectionport to
beginning of file</property>
+ <property name="title" translatable="yes" context="shortcut window">Move viewport to
beginning of file</property>
</object>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]