some corrections in comments
[mdictionary] / trunk / src / plugins / google / src / GoogleSettingsDialog.h
index 866bda2..2ed18d4 100644 (file)
@@ -20,7 +20,7 @@
 *******************************************************************************/
 
 /*! \file GoogleSettingsDialog.h
-    \brief Class create dialog to get or change settings for Google Plagin
+    \brief Class creates dialog to get or change settings for Google Plugin
     \author Jakub Jaszczynski <j.j.jaszczynski@gmail.com>
 */
 
@@ -44,9 +44,9 @@ public:
                                   QString acceptButtonLabel = tr("Add"));
 
     /*!
-        \param parent parent widget on which will be displayed dialog
-        \param langTo language witch is display in the comboBox as a startup item
-        \param langFrom language witch is display in the comboBox as a startup item
+        \param parent parent widget on which dialog will be displayed
+        \param langTo language which is displayed in the comboBox as a startup item
+        \param langFrom language which is displayed in the comboBox as a startup item
         \returns function return settings to GooglePlugin
     */
     static Settings* getSettings(QWidget *parent,
@@ -55,9 +55,9 @@ public:
                                  QString acceptButtonLabel = tr("Add"));
 
     /*!
-        function set a new settings in plugin;
+        function sets a new settings in plugin;
         \param plugin plugin whose settings you will change
-        \param parent parent widget on which will be displayed dialog
+        \param parent parent widget on which dialog will be displayed
     */
     static void changeSettings(GooglePlugin* plugin, QWidget *parent);