bug #370
authornemo
Sat, 03 Mar 2012 22:40:00 -0500
changeset 6759 700504a608ff
parent 6758 26bf919aeb57
child 6760 057e3a3227b0
bug #370
QTfrontend/ui/page/pagemain.cpp
--- a/QTfrontend/ui/page/pagemain.cpp	Thu Mar 01 23:55:19 2012 +0400
+++ b/QTfrontend/ui/page/pagemain.cpp	Sat Mar 03 22:40:00 2012 -0500
@@ -59,7 +59,7 @@
     pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter);
 
     BtnFeedback = addButton("Feedback", pageLayout, 4, 0, 1, 4, false);
-    BtnFeedback->setWhatsThis(tr("Leave a feeback here, reporting issues, suggesting features or just saying how you like Hedgewars"));
+    BtnFeedback->setWhatsThis(tr("Leave a feedback here reporting issues, suggesting features or just saying how you like Hedgewars"));
     pageLayout->setAlignment(BtnFeedback, Qt::AlignHCenter);
 
     BtnDataDownload = addButton(tr("Downloadable Content"), pageLayout, 5, 0, 1, 4, false);