diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-11 16:17:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-11 16:17:58 -0600 |
commit | c2fb83dad7c2d075c0e9eec083b9d267c79abb6b (patch) | |
tree | cb5cfbaff8720d04799ba854da85f497357d050c /tdeui/kbugreport.cpp | |
parent | 7439a4b0e05832e047040ab8bf9ef13abd9288b2 (diff) | |
download | tdelibs-c2fb83dad7c2d075c0e9eec083b9d267c79abb6b.tar.gz tdelibs-c2fb83dad7c2d075c0e9eec083b9d267c79abb6b.zip |
Update bug report dialog with additional information
This closes Bug 754
Diffstat (limited to 'tdeui/kbugreport.cpp')
-rw-r--r-- | tdeui/kbugreport.cpp | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/tdeui/kbugreport.cpp b/tdeui/kbugreport.cpp index a1dceb94d..c3cf0b518 100644 --- a/tdeui/kbugreport.cpp +++ b/tdeui/kbugreport.cpp @@ -250,9 +250,17 @@ KBugReport::KBugReport( TQWidget * parentw, bool modal, const KAboutData *aboutD // Point to the web form lay->addSpacing(10); - TQString text = i18n("To submit a bug report, click on the button below.\n" - "This will open a web browser window on http://bugs.pearsoncomputing.net where you will find a form to fill in.\n" - "The information displayed above will be transferred to that server."); + TQString text = i18n("Reporting bugs and requesting enhancements are maintained using the Bugzilla reporting system.\n" + "You'll need a login account and password to use the reporting system.\n" + "To control spam and rogue elements the login requires a valid email address.\n" + "Consider using any large email service if you want to avoid using your private email address.\n" + "\n" + "Selecting the button below opens your web browser to http://bugs.trinitydesktop.org,\n" + "where you will find the report form.\n" + "The information displayed above will be transferred to the reporting system.\n" + "Session cookies must be enabled to use the reporting system.\n" + "\n" + "Thank you for helping!"); TQLabel * label = new TQLabel( text, parent, "label"); lay->addWidget( label ); lay->addSpacing(10); |