1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

Showing link to Bug Reports wiki page in Report bug page.

- https://github.com/nowrep/QupZilla/wiki/Bug-Reports
This commit is contained in:
nowrep 2012-02-16 18:55:03 +01:00
parent be26075416
commit 5db6ea18cc

View File

@ -134,7 +134,7 @@ QString QupZillaSchemeReply::reportbugPage()
bPage.replace("%TYPE%", tr("Issue type"));
bPage.replace("%DESCRIPTION%", tr("Issue description"));
bPage.replace("%SEND%", tr("Send"));
bPage.replace("%E-MAIL-OPTIONAL%", tr("E-mail is optional<br/><b>Note: </b>Please use English language only."));
bPage.replace("%E-MAIL-OPTIONAL%", tr("E-mail is optional<br/><b>Note: </b>Please read how to make a bug report <a href=%1>here</a> first.").arg("https://github.com/nowrep/QupZilla/wiki/Bug-Reports target=_blank"));
bPage.replace("%FIELDS-ARE-REQUIRED%", tr("Please fill out all required fields!"));
return bPage;