mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Keep string markdown untranslatable
This commit is contained in:
parent
701605129e
commit
41ea63cead
2 changed files with 3 additions and 3 deletions
|
|
@ -576,8 +576,8 @@ SessionDialog::populate_session_templates ()
|
|||
row[session_template_columns.name] = (*s)->name;
|
||||
row[session_template_columns.path] = "urn:ardour:" + (*s)->path;
|
||||
row[session_template_columns.description] = (*s)->description;
|
||||
row[session_template_columns.modified_with_short] = _("{Factory Template}");
|
||||
row[session_template_columns.modified_with_long] = _("{Factory Template}");
|
||||
row[session_template_columns.modified_with_short] = string_compose ("{%1}", _("Factory Template"));
|
||||
row[session_template_columns.modified_with_long] = string_compose ("{%1}", _("Factory Template"));
|
||||
}
|
||||
|
||||
//Add any "template sessions" found in the user's preferences folder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue