From 5578721c569b3bba712350fcd3d61709113c13fe Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Mon, 16 Jul 2012 23:03:59 +0000 Subject: [PATCH] grammar niggles, starting with sentence ending with period --- src/prefs/ModulePrefs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefs/ModulePrefs.cpp b/src/prefs/ModulePrefs.cpp index c8cd523a7..8346f8602 100644 --- a/src/prefs/ModulePrefs.cpp +++ b/src/prefs/ModulePrefs.cpp @@ -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);