Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / src / mdictionary / gui / SearchBarWidget.cpp
index 62ee99a..ea7d30d 100644 (file)
@@ -189,7 +189,7 @@ void SearchBarWidget::initializeUI() {
     #endif
 
     searchingProgressBar = new QProgressBar;
-    //progress bar have minimum and maximum values set to 0, which will effect
+    //progress bar has minimum and maximum values set to 0, which will effect
     //with "I'm alive" bar
     searchingProgressBar->setMinimum(0);
     searchingProgressBar->setMaximum(0);