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/gui/cwloadingwidget.cpp | |
parent | 7c7632c1a53b6bbb5059c0dd60a8c3403f883a1c (diff) | |
download | tdesdk-8d38062cbcd3b1c5a0d62008068e1c149a7e8864.tar.gz tdesdk-8d38062cbcd3b1c5a0d62008068e1c149a7e8864.zip |
Fix branding, default server, and update server list.
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, |