From e20f74dcf12cd78d5ec9f6fa121c8d7954b201a6 Mon Sep 17 00:00:00 2001 From: Edgar Aichinger Date: Wed, 15 Apr 2020 18:02:21 +0200 Subject: Fix typos, consistent translatable strings --- gtk2_ardour/rc_option_editor.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gtk2_ardour/rc_option_editor.cc') diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 02def3cc4e..6c4e108213 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2596,7 +2596,7 @@ RCOptionEditor::RCOptionEditor () ); add_option (_("Editor"), bo); Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(), - _("When enabled The new points drawn in any automation lane will be placed on the existing line, regardless of mouse y-axis position.")); + _("When enabled the new points drawn in any automation lane will be placed on the existing line, regardless of mouse y-axis position.")); ComboOption* fadeshape = new ComboOption ( "default-fade-shape", @@ -2661,7 +2661,7 @@ RCOptionEditor::RCOptionEditor () sigc::mem_fun (*_rc_config, &RCConfiguration::set_region_selection_after_split)); // TODO: decide which of these modes are really useful - rsas->add(None, _("Clear the Selected Regions")); + rsas->add(None, _("Clear the Region Selection")); rsas->add(NewlyCreatedLeft, _("Select only the newly-created regions BEFORE the split point")); rsas->add(NewlyCreatedRight, _("Select only the newly-created regions AFTER the split point")); rsas->add(NewlyCreatedBoth, _("Select the newly-created regions")); @@ -2919,7 +2919,7 @@ RCOptionEditor::RCOptionEditor () ); add_option (_("Signal Flow"), bo); Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(), - string_compose (_("When enabled, and Transport->Auto-Input is enabled, %1 will always monitor audio inputs when transport is stopped, even if tracks aren't armed."), + string_compose (_("When enabled, and Transport->Auto-Input is enabled, %1 will always monitor audio inputs when transport is stopped, even if tracks aren't armed."), PROGRAM_NAME)); if (!Profile->get_mixbus()) { @@ -2935,7 +2935,7 @@ RCOptionEditor::RCOptionEditor () add_option (_("Signal Flow"), bo); Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(), _("When enabled the main output bus is auto-connected to the first N physical ports. " - "If the session has a monitor-section, the monitor-bus output is conneced the the hardware playback ports, " + "If the session has a monitor-section, the monitor-bus output is connected the the hardware playback ports, " "otherwise the master-bus output is directly used for playback.")); ComboOption* iac = new ComboOption ( @@ -4183,7 +4183,7 @@ RCOptionEditor::RCOptionEditor () quirks_head->set_note (string_compose (_("Rules for closing, minimizing, maximizing, and stay-on-top can vary \ with each version of your OS, and the preferences that you've set in your OS.\n\n\ -You can adjust the options, below, to change how %1's windows and dialogs behave.\n\n\ +You can adjust the options, below, to change how application windows and dialogs behave.\n\n\ These settings will only take effect after %1 is restarted.\n\ "), PROGRAM_NAME)); -- cgit v1.2.3