1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-22 07:28:03 +02:00

grammar niggles, starting with sentence ending with period

This commit is contained in:
v.audacity 2012-07-16 23:03:59 +00:00
parent 61d8123de2
commit 5578721c56

View File

@ -54,7 +54,7 @@ void ModulePrefs::PopulateOrExchange(ShuttleGui & S)
S.StartStatic(_("Enable these Modules (if present)"));
{
S.AddFixedText(_("These are experimental. Only enable them if you've read the manual\nand know what you are doing") );
S.AddFixedText(_("These are experimental. Enable them only if you've read the manual\nand know what you are doing.") );
S.TieCheckBox(_("mod-script-pipe"),
wxT("/Module/mod-script-pipe"),
false);