mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
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:
parent
75404eaa64
commit
dccb2b650e
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue