13
0

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:
Paul Davis 2011-02-03 15:34:51 +00:00
parent 926a4dd097
commit 69388aff81

View File

@ -70,7 +70,7 @@ ExportTimespanSelector::ExportTimespanSelector (ARDOUR::Session * session, Profi
iter = time_format_list->append();
row = *iter;
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();
row = *iter;