mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 23:59:41 +02:00
Wording change - Line break in Directories Preferences.
This commit is contained in:
parent
57b39ed099
commit
28e664455b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user