QTfrontend/ui/widget/feedbackdialog.cpp
changeset 8868 6f79a69a41f1
parent 8820 9cc4a057473f
child 8871 62468a2a4cdf
--- a/QTfrontend/ui/widget/feedbackdialog.cpp	Fri Apr 05 18:25:23 2013 +0200
+++ b/QTfrontend/ui/widget/feedbackdialog.cpp	Fri Apr 05 22:40:44 2013 +0200
@@ -84,10 +84,10 @@
         "<h4>%3 <a href=\"http://code.google.com/p/hedgewars/wiki/KnownBugs\">known bugs</a><h4>"
         "<h4>%4<h4>"
         "</div>")
-        .arg(tr("Please give us feedback!"))
+        .arg(tr("Send us feedback!"))
         .arg(tr("We are always happy about suggestions, ideas, or bug reports."))
-        .arg(tr("If you found a bug, you can see if it's already known here (english): "))
-        .arg(tr("Your email address is optional, but we may want to contact you."))
+        .arg(tr("If you found a bug, you can see if it's already been reported here: "))
+        .arg(tr("Your email address is optional, but necessary if you want us to get back at you."))
     );
     info->setOpenExternalLinks(true);
     pageLayout->addWidget(info);