mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 07:43:50 +01:00
'Temp Directory Update" is a dialog caption and thus should be translatable
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user