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:
parent
aa20f18d99
commit
eb8d20940f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user