Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / src / plugins / google / GoogleDictDialog.h
index 0bfb235..3929032 100644 (file)
@@ -20,7 +20,7 @@
 *******************************************************************************/
 
 /*! \file GoogleDictDialog.h
-    \brief Class launch a dialogs witch generete new dictionary, or change
+    \brief Class launches dialog which generates new dictionary, or changes
     settings
     \author Jakub Jaszczynski <j.j.jaszczynski@gmail.com>
 */
@@ -41,13 +41,13 @@ class GoogleDictDialog : public DictDialog
 public:
     explicit GoogleDictDialog(GooglePlugin* plugin, QObject *parent = 0);
     /*!
-      Shows add new google dictionary dialog and returns settings of new dict
-      \param parent parent widget on which will be displayed dialog
+      Shows "add new google dictionary" dialog and returns settings of new dict
+      \param parent parent widget on which dialog will be displayed
       */
     Settings* addNewDictionary(QWidget *parent);
 
     /*!
-      Shows settings dialog and save new settings in plugin
+      Shows "settings" dialog and saves new settings in plugin
       \param parent parent widget on which dialog will be displayed
       */
     void changeSettings(QWidget *parent);