From 99d7720a63783b38c8419b5d4028c7b49edacbe4 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 15 Apr 2016 20:15:44 +0200 Subject: add missing quote --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index b2eaddfafb..42fb9f03a3 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2399,7 +2399,7 @@ if (!Profile->get_mixbus()) { bo = new BoolOption ( "strict-io", - _("Use 'Strict-I/O for new tracks or Busses"), + _("Use 'Strict-I/O' for new tracks or Busses"), sigc::mem_fun (*_rc_config, &RCConfiguration::get_strict_io), sigc::mem_fun (*_rc_config, &RCConfiguration::set_strict_io) ); -- cgit v1.2.3