[gnome-builder] editor: fix action name typo



commit eeaa4cd2a4edf65f4fd1d62ef25d520930ab500a
Author: Christian Hergert <chergert redhat com>
Date:   Mon Aug 7 12:15:13 2017 -0700

    editor: fix action name typo

 libide/editor/ide-editor-view-shortcuts.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libide/editor/ide-editor-view-shortcuts.c b/libide/editor/ide-editor-view-shortcuts.c
index aa76fb4..5f686c6 100644
--- a/libide/editor/ide-editor-view-shortcuts.c
+++ b/libide/editor/ide-editor-view-shortcuts.c
@@ -112,7 +112,7 @@ _ide_editor_view_init_shortcuts (IdeEditorView *self)
                                               I_("org.gnome.builder.editor-view.prev-match"),
                                               "<Primary><Shift>g",
                                               DZL_SHORTCUT_PHASE_BUBBLE,
-                                              I_("editor-view.move-prevous-search-result"));
+                                              I_("editor-view.move-previous-search-result"));
 
   dzl_shortcut_controller_add_command_action (controller,
                                               I_("org.gnome.builder.editor-view.next-error"),
@@ -124,7 +124,7 @@ _ide_editor_view_init_shortcuts (IdeEditorView *self)
                                               I_("org.gnome.builder.editor-view.prev-error"),
                                               "<alt>p",
                                               DZL_SHORTCUT_PHASE_BUBBLE,
-                                              I_("editor-view.move-prevous-error"));
+                                              I_("editor-view.move-previous-error"));
 
   dzl_shortcut_controller_add_command_action (controller,
                                               I_("org.gnome.builder.editor-view.clear-highlight"),


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