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