Merge branch 'master' into google
[mdictionary] / trunk / src / base / gui / SettingsWidget.h
index 98a19ca..a19b864 100644 (file)
@@ -35,8 +35,8 @@
 //! Implements applications settings widget
 /*!
   Shows settings that user can change.
-  It allow to change limit of searches and limit of history.
-  Also it allow to select if application have to search in dictionaries or in
+  It allows to change limit of searches and limit of history.
+  It also allows to select if application has to search in dictionaries or in
   bookmarks or in both of them. All changes are saved automatically after
   hiding of this widget.
   */
@@ -48,7 +48,7 @@ public:
     /*!
       \param parent parent of this widget, which must be subclass of
       GUIInterface, because it will use it to get current settings and
-      sets new ones.
+      set new ones.
       */
     explicit SettingsWidget(GUIInterface *parent = 0);