Fix typos (part of #3939).
authorCarl Hetherington <carl@carlh.net>
Wed, 6 Apr 2011 00:31:38 +0000 (00:31 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 6 Apr 2011 00:31:38 +0000 (00:31 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9294 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_actions.cc
gtk2_ardour/rc_option_editor.cc

index 8d2754ece9d25c6b36fb6b7736b30a9406442913..83bf40478d3fb2ff7fc25d38d81b4d5aaddc682b 100644 (file)
@@ -469,7 +469,7 @@ Editor::register_actions ()
        ActionManager::register_radio_action (snap_actions, snap_choice_group, X_("snap-to-twentieths"), _("Snap to Twentieths"), (sigc::bind (sigc::mem_fun(*this, &Editor::snap_type_chosen), Editing::SnapToBeatDiv20)));
        ActionManager::register_radio_action (snap_actions, snap_choice_group, X_("snap-to-asixteenthbeat"), _("Snap to Sixteenths"), (sigc::bind (sigc::mem_fun(*this, &Editor::snap_type_chosen), Editing::SnapToBeatDiv16)));
        ActionManager::register_radio_action (snap_actions, snap_choice_group, X_("snap-to-fourteenths"), _("Snap to Fourteenths"), (sigc::bind (sigc::mem_fun(*this, &Editor::snap_type_chosen), Editing::SnapToBeatDiv14)));
-       ActionManager::register_radio_action (snap_actions, snap_choice_group, X_("snap-to-twelfths"), _("Snap to Tweflths"), (sigc::bind (sigc::mem_fun(*this, &Editor::snap_type_chosen), Editing::SnapToBeatDiv12)));
+       ActionManager::register_radio_action (snap_actions, snap_choice_group, X_("snap-to-twelfths"), _("Snap to Twelfths"), (sigc::bind (sigc::mem_fun(*this, &Editor::snap_type_chosen), Editing::SnapToBeatDiv12)));
        ActionManager::register_radio_action (snap_actions, snap_choice_group, X_("snap-to-tenths"), _("Snap to Tenths"), (sigc::bind (sigc::mem_fun(*this, &Editor::snap_type_chosen), Editing::SnapToBeatDiv10)));
        ActionManager::register_radio_action (snap_actions, snap_choice_group, X_("snap-to-eighths"), _("Snap to Eighths"), (sigc::bind (sigc::mem_fun(*this, &Editor::snap_type_chosen), Editing::SnapToBeatDiv8)));
        ActionManager::register_radio_action (snap_actions, snap_choice_group, X_("snap-to-sevenths"), _("Snap to Sevenths"), (sigc::bind (sigc::mem_fun(*this, &Editor::snap_type_chosen), Editing::SnapToBeatDiv7)));
index 722612d21c9ffaec7d3c6d863c384c0640119aa3..c23106494c602b7ace3deac7c9fee2608e6b7d2d 100644 (file)
@@ -852,7 +852,7 @@ RCOptionEditor::RCOptionEditor ()
        add_option (_("Misc"),
             new BoolOption (
                     "sync-all-route-ordering",
-                    _("Syncronise editor and mixer track order"),
+                    _("Synchronise editor and mixer track order"),
                     sigc::mem_fun (*_rc_config, &RCConfiguration::get_sync_all_route_ordering),
                     sigc::mem_fun (*_rc_config, &RCConfiguration::set_sync_all_route_ordering)
                     ));