1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-20 06:10:06 +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

View File

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