diff options
author | Chris <xchrisx@uber.space> | 2019-07-18 03:24:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-07-21 15:50:12 +0200 |
commit | 0e5f517eb7d525e245293dfa51a86b00b1b72e34 (patch) | |
tree | 7f44ac1f386e35767af77d1255109b938f93c181 | |
parent | 9267eda1fada8964209d66905c998061b12777ad (diff) | |
download | tdepim-0e5f517eb7d525e245293dfa51a86b00b1b72e34.tar.gz tdepim-0e5f517eb7d525e245293dfa51a86b00b1b72e34.zip |
Fix remaining brandings in tdepim.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit c349db5d278566f8f129e8bd54751155fad49d9e)
-rw-r--r-- | kaddressbook/common/kaddressbook.kcfg | 2 | ||||
-rw-r--r-- | knode/knmainwidget.cpp | 2 | ||||
-rw-r--r-- | korganizer/koattendeeeditor.cpp | 2 | ||||
-rw-r--r-- | tdeabc/tdeabc2mutt/main.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/common/kaddressbook.kcfg b/kaddressbook/common/kaddressbook.kcfg index 5f8080c9c..339f38070 100644 --- a/kaddressbook/common/kaddressbook.kcfg +++ b/kaddressbook/common/kaddressbook.kcfg @@ -31,7 +31,7 @@ <group name="Views"> <entry type="Bool" name="HonorSingleClick"> - <label>Honor KDE single click</label> + <label>Honor TDE single click</label> <whatsthis></whatsthis> <default>false</default> </entry> 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) diff --git a/korganizer/koattendeeeditor.cpp b/korganizer/koattendeeeditor.cpp index d948a07a2..d95618c87 100644 --- a/korganizer/koattendeeeditor.cpp +++ b/korganizer/koattendeeeditor.cpp @@ -78,7 +78,7 @@ void KOAttendeeEditor::initOrganizerWidgets(TQWidget * parent, TQBoxLayout * lay "section of the Trinity Control Center. In addition, " "identities are gathered from your KMail settings " "and from your address book. If you choose " - "to set it globally for KDE in the Control Center, " + "to set it globally for TDE in the Control Center, " "be sure to check 'Use email settings from " "Control Center' in the 'Personal' section of the " "KOrganizer configuration."); diff --git a/tdeabc/tdeabc2mutt/main.cpp b/tdeabc/tdeabc2mutt/main.cpp index 0515c37d9..0d9635c27 100644 --- a/tdeabc/tdeabc2mutt/main.cpp +++ b/tdeabc/tdeabc2mutt/main.cpp @@ -67,7 +67,7 @@ int main( int argc, char **argv ) if ( !subString.isEmpty() ) { // Mutt wants a first line with some status message on it // See http://mutt.org/doc/manual/manual-4.html#ss4.5 - std::cout << i18n( "Searching KDE addressbook" ).latin1() << std::endl; + std::cout << i18n( "Searching TDE addressbook" ).latin1() << std::endl; } object->setQuery( subString ); |