Merge branch 'master' into google
[mdictionary] / trunk / src / base / gui / DictManagerWidget.h
index ab5547b..56abbd5 100644 (file)
@@ -34,7 +34,7 @@
 //! Implements dictionaries management widget
 /*!
   Shows list of loaded dictionaries and their states (active/inactive).
-  It allow to change dicts states, add new dict, remove selected one or
+  It allows to change dicts states, add new dict, remove selected one or
   change settings of selected dict. All changes are saved automatically after
   hiding of this widget.
   */
@@ -54,17 +54,17 @@ protected:
     void hideEvent(QHideEvent *e);
 
 Q_SIGNALS:
-    //! Emited when hiding widget, it will save states of dictionaries
+    //! Emitted when hiding widget, it will save states of dictionaries
     /*! \param list of only active dictionaries
       */
     void selectedDictionaries(QList<CommonDictInterface*>);
 
-    //! Emited when user wants to add new dictionary
-    /*! \param new dictionary returned by specyfic plugin dialog
+    //! Emitted when user wants to add new dictionary
+    /*! \param new dictionary returned by specific plugin dialog
       */
     void addDictionary(CommonDictInterface*);
 
-    //! Emited when user wants to remove dictionary
+    //! Emitted when user wants to remove dictionary
     /*! \param dictionary which will be removed
       */
     void removeDictionary(CommonDictInterface*);
@@ -77,7 +77,7 @@ private Q_SLOTS:
         later passed as parameter of addDictionary signal*/
     void addNewDictButtonClicked();
 
-    /*! Pass selected dictionary from list as parameter of removeDictionary
+    /*! Passes selected dictionary from list as parameter of removeDictionary
         signal */
     void removeButtonClicked();
     void itemSelected(QListWidgetItem*);