|
|
|
@ -134,21 +134,21 @@ void KBBPrefs::usrWriteConfig()
|
|
|
|
|
void KBBPrefs::setMessageButtonsDefault()
|
|
|
|
|
{
|
|
|
|
|
mMessageButtons.clear();
|
|
|
|
|
mMessageButtons.insert(i18n("Bug Fixed in CVS"),"Thank you for your bug report.\n"
|
|
|
|
|
mMessageButtons.insert(i18n("Bug Fixed in GIT"),"Thank you for your bug report.\n"
|
|
|
|
|
"The bug that you reported has been identified and has been fixed in the\n"
|
|
|
|
|
"latest development (CVS) version of KDE. The bug report will be closed.\n");
|
|
|
|
|
"latest development version of TDE. The bug report will be closed.\n");
|
|
|
|
|
mMessageButtons.insert(i18n("Duplicate Report"),"Thank you for your bug report.\n"
|
|
|
|
|
"This bug/feature request has already been reported and this report will\n"
|
|
|
|
|
"be marked as a duplicate.\n");
|
|
|
|
|
mMessageButtons.insert(i18n("Packaging Bug"),"Thank you for your bug report.\n"
|
|
|
|
|
"The bug that you reported appears to be a packaging bug, due to a\n"
|
|
|
|
|
"problem in the way in which your distribution/vendor has packaged\n"
|
|
|
|
|
"KDE for distribution.\n"
|
|
|
|
|
"The bug report will be closed since it is not a KDE problem.\n"
|
|
|
|
|
"TDE for distribution.\n"
|
|
|
|
|
"The bug report will be closed since it is not a TDE problem.\n"
|
|
|
|
|
"Please send the bug report to your distribution/vendor instead.\n");
|
|
|
|
|
mMessageButtons.insert(i18n("Feature Implemented in CVS"),"Thank you for your bug report.\n"
|
|
|
|
|
mMessageButtons.insert(i18n("Feature Implemented in GIT"),"Thank you for your bug report.\n"
|
|
|
|
|
"The feature that you requested has been implemented in the latest\n"
|
|
|
|
|
"development (CVS) version of KDE. The feature request will be closed.\n");
|
|
|
|
|
"development version of TDE. The feature request will be closed.\n");
|
|
|
|
|
mMessageButtons.insert(i18n("More Information Required"),"Thank you for your bug report.\n"
|
|
|
|
|
"You have not provided enough information for us to be able to reproduce\n"
|
|
|
|
|
"the bug. Please provide a detailed account of the steps required to\n"
|
|
|
|
@ -156,15 +156,15 @@ void KBBPrefs::setMessageButtonsDefault()
|
|
|
|
|
"able to reproduce, identify and fix the bug.\n");
|
|
|
|
|
mMessageButtons.insert(i18n("No Longer Applicable"),"Thank you for your bug report.\n"
|
|
|
|
|
"The bug that your reported no longer applies to the latest development\n"
|
|
|
|
|
"(CVS) version of KDE. This is most probably because it has been fixed,\n"
|
|
|
|
|
"version of TDE. This is most probably because it has been fixed,\n"
|
|
|
|
|
"the application has been substantially modified or the application no\n"
|
|
|
|
|
"longer exists. The bug report will be closed.\n");
|
|
|
|
|
mMessageButtons.insert(i18n("Won't Fix Bug"),"Thank you for your bug report/feature request.\n"
|
|
|
|
|
"Unfortunately, this bug will never be fixed or the feature never\n"
|
|
|
|
|
"implemented. The bug report/feature request will be closed.\n");
|
|
|
|
|
mMessageButtons.insert(i18n("Cannot Reproduce Bug"),"Thank you for your bug report.\n"
|
|
|
|
|
"This bug can not be reproduced using the current development (CVS)\n"
|
|
|
|
|
"version of KDE. This suggests that the bug has already been fixed.\n"
|
|
|
|
|
"This bug can not be reproduced using the current development (GIT)\n"
|
|
|
|
|
"version of TDE. This suggests that the bug has already been fixed.\n"
|
|
|
|
|
"The bug report will be closed.\n");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|