From 8069b2b39b8d8c9d5445fe8e62d51e3246a89956 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Tue, 4 Aug 2020 10:04:44 -0500 Subject: [PATCH] AUP3: Change column header in History dialog --- src/HistoryWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HistoryWindow.cpp b/src/HistoryWindow.cpp index 7cf60c841..2bf75e191 100644 --- a/src/HistoryWindow.cpp +++ b/src/HistoryWindow.cpp @@ -95,7 +95,7 @@ HistoryDialog::HistoryDialog(AudacityProject *parent, UndoManager *manager): .MinSize() .AddListControlReportMode( { { XO("Action"), wxLIST_FORMAT_LEFT, 260 }, - { XO("Reclaimable Space"), wxLIST_FORMAT_LEFT, 125 } }, + { XO("Used Space"), wxLIST_FORMAT_LEFT, 125 } }, wxLC_SINGLE_SEL );