Index: mythplugins/mythweb/INSTALL
===================================================================
--- mythplugins/mythweb/INSTALL	(revision 26295)
+++ mythplugins/mythweb/INSTALL	(working copy)
@@ -184,7 +184,7 @@
 =============
 
 As of 0.21, MythWeb contains configuration files for both Apache and Lighty.
-You will need to chose ONE of these files and install it in your webserver's
+You will need to choose ONE of these files and install it in your webserver's
 configuration directory.  This will be explained later.
 
 The first thing you must do is find the configuration file for your chosen
Index: mythtv/themes/classic/main_settings.xml
===================================================================
--- mythtv/themes/classic/main_settings.xml	(revision 26295)
+++ mythtv/themes/classic/main_settings.xml	(working copy)
@@ -18,7 +18,7 @@
     <button>
         <type>SETTINGS_THEMECHOOSER</type>
         <text>Theme Chooser</text>
-        <description>Chose a local theme or download new ones</description>
+        <description>Choose a local theme or download new ones</description>
         <action>SETTINGS THEMECHOOSER</action>
     </button>
 
Index: mythtv/themes/DVR/main_settings.xml
===================================================================
--- mythtv/themes/DVR/main_settings.xml	(revision 26295)
+++ mythtv/themes/DVR/main_settings.xml	(working copy)
@@ -18,7 +18,7 @@
     <button>
         <type>SETTINGS_THEMECHOOSER</type>
         <text>Theme Chooser</text>
-        <description>Chose a local theme or download new ones</description>
+        <description>Choose a local theme or download new ones</description>
         <action>SETTINGS THEMECHOOSER</action>
     </button>
 
Index: mythtv/themes/mediacentermenu/main_settings.xml
===================================================================
--- mythtv/themes/mediacentermenu/main_settings.xml	(revision 26295)
+++ mythtv/themes/mediacentermenu/main_settings.xml	(working copy)
@@ -18,7 +18,7 @@
     <button>
         <type>SETTINGS_THEMECHOOSER</type>
         <text>Theme Chooser</text>
-        <description>Chose a local theme or download new ones</description>
+        <description>Choose a local theme or download new ones</description>
         <action>SETTINGS THEMECHOOSER</action>
     </button>
 
Index: mythtv/themes/defaultmenu/main_settings.xml
===================================================================
--- mythtv/themes/defaultmenu/main_settings.xml	(revision 26295)
+++ mythtv/themes/defaultmenu/main_settings.xml	(working copy)
@@ -18,7 +18,7 @@
     <button>
         <type>SETTINGS_THEMECHOOSER</type>
         <text>Theme Chooser</text>
-        <description>Chose a local theme or download new ones</description>
+        <description>Choose a local theme or download new ones</description>
         <action>SETTINGS THEMECHOOSER</action>
     </button>
 
Index: mythtv/libs/libmythtv/channelscan/modulationsetting.h
===================================================================
--- mythtv/libs/libmythtv/channelscan/modulationsetting.h	(revision 26295)
+++ mythtv/libs/libmythtv/channelscan/modulationsetting.h	(working copy)
@@ -100,8 +100,9 @@
         setLabel(QObject::tr("Modulation"));
         setHelpText(
             QObject::tr("Modulation, QPSK, 8PSK, QAM-16") + " " +
-            QObject::tr("Most DVB-S transponders use QPSK, DVB-S2 8PSK "
-                        "QAM-16 is not available for DVB-S2 transports."));
+            QObject::tr("Most DVB-S transponders use QPSK, while "
+                        "DVB-S2 use 8PSK. QAM-16 is not available "
+                        "for DVB-S2 transports."));
     }
 };
 
Index: mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h
===================================================================
--- mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h	(revision 26295)
+++ mythtv/libs/libmythtv/channelscan/channelscanmiscsettings.h	(working copy)
@@ -86,7 +86,7 @@
                         "TV - Adds A/V services only, "
                         "TV+Radio - Adds all services with audio, "
                         "All - Adds all services "
-                        "(including data only serices)."));
+                        "(including data only services)."));
         addSelection(QObject::tr("TV"),       "tv", true);
         addSelection(QObject::tr("TV+Radio"), "audio");
         addSelection(QObject::tr("All"),      "all");
Index: mythtv/libs/libmythtv/videosource.cpp
===================================================================
--- mythtv/libs/libmythtv/videosource.cpp	(revision 26295)
+++ mythtv/libs/libmythtv/videosource.cpp	(working copy)
@@ -1036,7 +1036,7 @@
         ComboBoxSetting(this),
         CaptureCardDBStorage(this, parent, "audioratelimit")
     {
-        setLabel(QObject::tr("Audio sampling rate limit"));
+        setLabel(QObject::tr("Force audio sampling rate"));
         setHelpText(
             QObject::tr("If non-zero, override the audio sampling "
                         "rate in the recording profile when this card is "
Index: mythtv/programs/mythfrontend/globalsettings.cpp
===================================================================
--- mythtv/programs/mythfrontend/globalsettings.cpp	(revision 26295)
+++ mythtv/programs/mythfrontend/globalsettings.cpp	(working copy)
@@ -126,9 +126,9 @@
         // Rescan button
     TransButtonSetting *rescan = new TransButtonSetting("rescan");
     rescan->setLabel(QObject::tr("Scan for audio devices"));
-    rescan->setHelpText(QObject::tr("Scan for the available audio devices "
-                                    "available. Custom entry will be scanned "
-                                    "and capability entries populated."));
+    rescan->setHelpText(QObject::tr("Scan for available audio devices. "
+                                    "Custom entry will be scanned and "
+                                    "capability entries populated."));
     addChild(rescan);
     connect(rescan, SIGNAL(pressed()), this, SLOT(AudioRescan()));
 
