# HG changeset patch # User nemo # Date 1330832400 18000 # Node ID 700504a608ffe56b05c1f94a8a9126c019f39538 # Parent 26bf919aeb57f85613e6a7c5500407c4f87cee29 bug #370 diff -r 26bf919aeb57 -r 700504a608ff 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);