diff options
author | Chris <xchrisx@uber.space> | 2019-07-18 03:24:55 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-07-18 03:30:16 +0200 |
commit | c349db5d278566f8f129e8bd54751155fad49d9e (patch) | |
tree | c2064bbe23f362e3476149d73a392b83075c8ce3 /knode | |
parent | a469e986bd6f0207c137a2278fa73626912217b7 (diff) | |
download | tdepim-c349db5d278566f8f129e8bd54751155fad49d9e.tar.gz tdepim-c349db5d278566f8f129e8bd54751155fad49d9e.zip |
Fix remaining brandings in tdepim.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'knode')
-rw-r--r-- | knode/knmainwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/knmainwidget.cpp b/knode/knmainwidget.cpp index 47fd2e323..948ce37e4 100644 --- a/knode/knmainwidget.cpp +++ b/knode/knmainwidget.cpp @@ -351,7 +351,7 @@ void KNMainWidget::setStatusHelpMsg(const TQString& text) void KNMainWidget::updateCaption() { - TQString newCaption=i18n("KDE News Reader"); + TQString newCaption=i18n("TDE News Reader"); if (g_rpManager->currentGroup()) { newCaption = g_rpManager->currentGroup()->name(); if (g_rpManager->currentGroup()->status()==KNGroup::moderated) |