further code cleanup
[mdictionary] / trunk / src / base / gui / TranslationWidget.h
index 710c623..c172d04 100644 (file)
@@ -37,7 +37,7 @@
 
 //! Displays translation of word found in dictionaries
 /*!
-    Display many translation of word, formatted as html.
+    Displays many translations of word, formatted as html.
 */
 class TranslationWidget : public QScrollArea {
     Q_OBJECT
@@ -53,7 +53,7 @@ public Q_SLOTS:
     //! Show widget.
     void show();
 
-    //! Request to show translation of word list passed as parameter.
+    //! Requests to show translation of word list passed as parameter.
     void show(QStringList);
 
 protected: