From 0f04d8ce645279d5592b074d32fab17f8ecc344c Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 19 Jan 2014 01:06:41 -0600 Subject: Rebranding, tooltip, and What's This string cleanup. --- parts/documentation/documentation_part.cpp | 2 +- parts/filecreate/filecreate_widget3.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/documentation/documentation_part.cpp b/parts/documentation/documentation_part.cpp index 624236e8..75bb7c13 100644 --- a/parts/documentation/documentation_part.cpp +++ b/parts/documentation/documentation_part.cpp @@ -99,7 +99,7 @@ DocumentationPart::DocumentationPart(TQObject *parent, const char *name, const T TQWhatsThis::add(m_widget, i18n("Documentation browser

" "The documentation browser gives access to various " "documentation sources (TQt DCF, Doxygen, KDoc, KDevelopTOC and DevHelp " - "documentation) and the KDevelop manuals. It also provides documentation index " + "documentation) and the TDevelop manuals. It also provides documentation index " "and full text search capabilities.")); mainWindow()->embedSelectViewRight(m_widget, i18n("Documentation"), diff --git a/parts/filecreate/filecreate_widget3.cpp b/parts/filecreate/filecreate_widget3.cpp index 377d440b..caf1ac74 100644 --- a/parts/filecreate/filecreate_widget3.cpp +++ b/parts/filecreate/filecreate_widget3.cpp @@ -43,7 +43,7 @@ namespace FileCreate { TQWhatsThis::add(this, i18n("New file

This part makes the creation of new files easier. Select a type in the list to create a file. " "The list of project file types can be configured in project settings dialog, New File Wizard tab. " - "Globally available file types are listed and can be configured in KDevelop settings dialog, New File Wizard tab.")); + "Globally available file types are listed and can be configured in TDevelop settings dialog, New File Wizard tab.")); connect( this, TQT_SIGNAL(clicked(TQListViewItem*)), this, TQT_SLOT(slotTypeSelected(TQListViewItem*)) ); -- cgit v1.2.3