# HG changeset patch # User koda # Date 1365194444 -7200 # Node ID 6f79a69a41f170dfd4b273782d81b4661c885792 # Parent dd4035ee0f12e6cdf39e8b8940b5c91edb389cbd little feedback rewording diff -r dd4035ee0f12 -r 6f79a69a41f1 QTfrontend/ui/widget/feedbackdialog.cpp --- 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 @@ "

%3 known bugs

" "

%4

" "") - .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);