QTfrontend/ui/widget/feedbackdialog.cpp
changeset 8868 6f79a69a41f1
parent 8820 9cc4a057473f
child 8871 62468a2a4cdf
equal deleted inserted replaced
8865:dd4035ee0f12 8868:6f79a69a41f1
    82         "<div align=\"center\"><h1>%1</h1>"
    82         "<div align=\"center\"><h1>%1</h1>"
    83         "<h3>%2<h3>"
    83         "<h3>%2<h3>"
    84         "<h4>%3 <a href=\"http://code.google.com/p/hedgewars/wiki/KnownBugs\">known bugs</a><h4>"
    84         "<h4>%3 <a href=\"http://code.google.com/p/hedgewars/wiki/KnownBugs\">known bugs</a><h4>"
    85         "<h4>%4<h4>"
    85         "<h4>%4<h4>"
    86         "</div>")
    86         "</div>")
    87         .arg(tr("Please give us feedback!"))
    87         .arg(tr("Send us feedback!"))
    88         .arg(tr("We are always happy about suggestions, ideas, or bug reports."))
    88         .arg(tr("We are always happy about suggestions, ideas, or bug reports."))
    89         .arg(tr("If you found a bug, you can see if it's already known here (english): "))
    89         .arg(tr("If you found a bug, you can see if it's already been reported here: "))
    90         .arg(tr("Your email address is optional, but we may want to contact you."))
    90         .arg(tr("Your email address is optional, but necessary if you want us to get back at you."))
    91     );
    91     );
    92     info->setOpenExternalLinks(true);
    92     info->setOpenExternalLinks(true);
    93     pageLayout->addWidget(info);
    93     pageLayout->addWidget(info);
    94 
    94 
    95     QVBoxLayout * summaryEmailLayout = new QVBoxLayout();
    95     QVBoxLayout * summaryEmailLayout = new QVBoxLayout();