mark a string for translation that was (oddly) protected from it
git-svn-id: svn://localhost/ardour2/branches/3.0@8688 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
926a4dd097
commit
69388aff81
@ -70,7 +70,7 @@ ExportTimespanSelector::ExportTimespanSelector (ARDOUR::Session * session, Profi
|
|||||||
iter = time_format_list->append();
|
iter = time_format_list->append();
|
||||||
row = *iter;
|
row = *iter;
|
||||||
row[time_format_cols.format] = ExportProfileManager::Timecode;
|
row[time_format_cols.format] = ExportProfileManager::Timecode;
|
||||||
row[time_format_cols.label] = X_("Timecode");
|
row[time_format_cols.label] = _("Timecode");
|
||||||
|
|
||||||
iter = time_format_list->append();
|
iter = time_format_list->append();
|
||||||
row = *iter;
|
row = *iter;
|
||||||
|
Loading…
Reference in New Issue
Block a user