mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 15:53:49 +01:00
grammar niggles, starting with sentence ending with period
This commit is contained in:
@@ -54,7 +54,7 @@ void ModulePrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
|
|
||||||
S.StartStatic(_("Enable these Modules (if present)"));
|
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"),
|
S.TieCheckBox(_("mod-script-pipe"),
|
||||||
wxT("/Module/mod-script-pipe"),
|
wxT("/Module/mod-script-pipe"),
|
||||||
false);
|
false);
|
||||||
|
|||||||
Reference in New Issue
Block a user