diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-08-21 13:54:01 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-22 01:33:22 +0200 |
commit | e93f9c306d118a4fb6dc15a800dfe260d9603a0f (patch) | |
tree | 33d9ca215323222573d13451f5228f6eb595adec /kbugbuster/gui/cwloadingwidget.cpp | |
parent | 90cf2836bb4585e78d392b7f02852d183a3eced2 (diff) | |
download | tdesdk-e93f9c306d118a4fb6dc15a800dfe260d9603a0f.tar.gz tdesdk-e93f9c306d118a4fb6dc15a800dfe260d9603a0f.zip |
Fix branding, default server, and update server list.
(cherry picked from commit 8d38062cbcd3b1c5a0d62008068e1c149a7e8864)
Diffstat (limited to 'kbugbuster/gui/cwloadingwidget.cpp')
-rw-r--r-- | kbugbuster/gui/cwloadingwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/gui/cwloadingwidget.cpp b/kbugbuster/gui/cwloadingwidget.cpp index f2a62573..1672d31f 100644 --- a/kbugbuster/gui/cwloadingwidget.cpp +++ b/kbugbuster/gui/cwloadingwidget.cpp @@ -147,8 +147,8 @@ void CWLoadingWidget::updatePixmap() // Draw intro text TQString desc = i18n( "Welcome to KBugBuster, a tool to manage the " - "KDE Bug Report System. With KBugBuster you can " - "manage outstanding bug reports for KDE from a " + "TDE Bug Report System. With KBugBuster you can " + "manage outstanding bug reports for TDE from a " "convenient front end." ); p.setPen( black ); p.drawText( 28, 128, cr.width() - 28, 184 - 128, |