1
0
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:
James Crook 2020-10-16 15:28:44 +01:00
parent 57b39ed099
commit 28e664455b

View File

@ -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);