1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-16 15:41:11 +02:00

Fix export URL

This commit is contained in:
James Crook
2020-09-21 15:17:52 +01:00
parent 6149b57dc0
commit ec48a3b5a9

View File

@@ -1526,7 +1526,7 @@ void ShowExportErrorDialog(wxString ErrorCode,
ShowErrorDialog(nullptr,
caption,
message.Format( ErrorCode ),
"Error:_Unable to export" // URL.
"Error:_Unable_to_export" // URL.
);
}