Added icon and rounded corners
[mdictionary] / trunk / src / includes / settings.h
index 9a8e043..6843a79 100644 (file)
@@ -19,8 +19,8 @@
 
 *******************************************************************************/
 
-/*! /file settings.h
-\brief Settings object for pluggins \see Settings
+/*! \file settings.h
+\brief Settings object for plugins \see Settings
 
 \author Bartosz Szatkowski <bulislaw@linux.com>
 */
 #include <QDebug>
 
 /*! Plugins or dictionaries may need to keep some of configuration between
-  sessions, moreover Backbone or GUI may want store some additional info in
+  sessions, moreover Backbone or GUI may want to store some additional info in
   plugin Settings.
 
-  Its important for plugin to store all information given it in Settings.*/
+  It's important for plugin to store all information given to it in Settings.*/
 class Settings {
   public:
     Settings(){}