1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-14 15:48:21 +02:00

'Temp Directory Update" is a dialog caption and thus should be translatable

This commit is contained in:
alexandre.prokoudine 2011-09-17 21:11:53 +00:00
parent aa20f18d99
commit eb8d20940f

@ -224,7 +224,7 @@ bool DirectoriesPrefs::Validate()
if (tempDir != oldDir) { if (tempDir != oldDir) {
wxMessageBox( wxMessageBox(
_("Changes to temporary directory will not take effect until Audacity is restarted"), _("Changes to temporary directory will not take effect until Audacity is restarted"),
wxT("Temp Directory Update"), _("Temp Directory Update"),
wxOK | wxCENTRE | wxICON_INFORMATION); wxOK | wxCENTRE | wxICON_INFORMATION);
} }