mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
TranslatableString for list control column headers, menus
This commit is contained in:
@@ -86,8 +86,8 @@ HistoryDialog::HistoryDialog(AudacityProject *parent, UndoManager *manager):
|
||||
mList = S
|
||||
.MinSize()
|
||||
.AddListControlReportMode(
|
||||
{ { _("Action"), wxLIST_FORMAT_LEFT, 260 },
|
||||
{ _("Reclaimable Space"), wxLIST_FORMAT_LEFT, 125 } },
|
||||
{ { XO("Action"), wxLIST_FORMAT_LEFT, 260 },
|
||||
{ XO("Reclaimable Space"), wxLIST_FORMAT_LEFT, 125 } },
|
||||
wxLC_SINGLE_SEL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user