Mark Prefs Tab action name un-translatable

This is used with  string_compose ("detach-%1") etc,
and "preferences" may be translated by gtk or 3rd party translations
(Ardour itself only has upper-case "Preferences" as translatable
string)
This commit is contained in:
Robin Gareus 2020-06-05 22:52:36 +02:00
parent 75404eaa64
commit dccb2b650e
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -2287,7 +2287,7 @@ MidiPortOptions::pretty_name_edit (std::string const & path, string const & new_
RCOptionEditor::RCOptionEditor ()
: OptionEditorContainer (Config, string_compose (_("%1 Preferences"), PROGRAM_NAME))
/* pack self-as-vbox into tabbable */
, Tabbable (*this, _("Preferences"), _("preferences"), /* detached by default */ false)
, Tabbable (*this, _("Preferences"), X_("preferences"), /* detached by default */ false)
, _rc_config (Config)
, _mixer_strip_visibility ("mixer-element-visibility")
{