Fix typos (thanks edogawa)
This commit is contained in:
parent
82e6de3a3f
commit
f806799c1c
@ -90,7 +90,7 @@ print_help (const char *execname)
|
|||||||
<< _(" -S, --sync Draw the GUI synchronously\n")
|
<< _(" -S, --sync Draw the GUI synchronously\n")
|
||||||
<< _(" -T, --template <name> Use given template for new session\n")
|
<< _(" -T, --template <name> Use given template for new session\n")
|
||||||
<< _(" -U, --uuid <uuid> Set (jack) backend UUID\n")
|
<< _(" -U, --uuid <uuid> Set (jack) backend UUID\n")
|
||||||
<< _(" -v, --version Print versoin and exit\n")
|
<< _(" -v, --version Print version and exit\n")
|
||||||
#ifdef WINDOWS_VST_SUPPORT
|
#ifdef WINDOWS_VST_SUPPORT
|
||||||
<< _(" -V, --novst Disable WindowsVST support\n")
|
<< _(" -V, --novst Disable WindowsVST support\n")
|
||||||
#endif
|
#endif
|
||||||
|
@ -3019,7 +3019,7 @@ RCOptionEditor::RCOptionEditor ()
|
|||||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_quieten_at_speed)
|
sigc::mem_fun (*_rc_config, &RCConfiguration::set_quieten_at_speed)
|
||||||
);
|
);
|
||||||
Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(),
|
Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(),
|
||||||
_("<b>When enabled</b> rhis will reduce the unpleasant increase in perceived volume "
|
_("<b>When enabled</b> this will reduce the unpleasant increase in perceived volume "
|
||||||
"that occurs when fast-forwarding or rewinding through some kinds of audio"));
|
"that occurs when fast-forwarding or rewinding through some kinds of audio"));
|
||||||
add_option (_("Transport"), bo);
|
add_option (_("Transport"), bo);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user