diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-08-21 13:54:01 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-08-21 13:54:01 -0500 |
commit | 8d38062cbcd3b1c5a0d62008068e1c149a7e8864 (patch) | |
tree | 131bc71bcd79010c5ec3b3b11888af84af6fac10 /kbugbuster/backend/kbbprefs.cpp | |
parent | 7c7632c1a53b6bbb5059c0dd60a8c3403f883a1c (diff) | |
download | tdesdk-8d38062cbcd3b1c5a0d62008068e1c149a7e8864.tar.gz tdesdk-8d38062cbcd3b1c5a0d62008068e1c149a7e8864.zip |
Fix branding, default server, and update server list.
Diffstat (limited to 'kbugbuster/backend/kbbprefs.cpp')
-rw-r--r-- | kbugbuster/backend/kbbprefs.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kbugbuster/backend/kbbprefs.cpp b/kbugbuster/backend/kbbprefs.cpp index 7b6dbb7b..f6f3a69c 100644 --- a/kbugbuster/backend/kbbprefs.cpp +++ b/kbugbuster/backend/kbbprefs.cpp @@ -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"); } |