mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 23:51:18 +01:00
TranslatableString caption & message in MessageBoxException
This commit is contained in:
@@ -1159,7 +1159,7 @@ void ThemeBase::SaveComponents()
|
||||
wxString::Format(
|
||||
_("Some required files in:\n %s\nwere already present. Overwrite?"),
|
||||
FileNames::ThemeComponentsDir()),
|
||||
AudacityMessageBoxCaptionStr(),
|
||||
AudacityMessageBoxCaptionStr().Translation(),
|
||||
wxYES_NO | wxNO_DEFAULT);
|
||||
if(result == wxNO)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user