mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Wording change - Line break in Directories Preferences.
This commit is contained in:
@@ -116,8 +116,8 @@ void DirectoriesPrefs::PopulateOrExchange(ShuttleGui &S)
|
||||
S.StartStatic(XO("Default directories"));
|
||||
{
|
||||
S.AddSpace(1);
|
||||
S.AddFixedText(XO("Leave a field empty to go to the last directory used for that operation. Fill in a field to "
|
||||
"always go to that directory for that operation."), false, 450);
|
||||
S.AddFixedText(XO("Leave a field empty to go to the last directory used for that operation.\n"
|
||||
"Fill in a field to always go to that directory for that operation."), false, 450);
|
||||
S.AddSpace(5);
|
||||
|
||||
S.StartMultiColumn(3, wxEXPAND);
|
||||
|
||||
Reference in New Issue
Block a user