diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-19 01:06:41 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-19 01:06:41 -0600 |
commit | 0f04d8ce645279d5592b074d32fab17f8ecc344c (patch) | |
tree | cec754f4445f15fbcbbe6c9dd2d1979581e7298f /parts/documentation | |
parent | af7adfb6b5276c30a926540d90e734106dd100a3 (diff) | |
download | tdevelop-0f04d8ce645279d5592b074d32fab17f8ecc344c.tar.gz tdevelop-0f04d8ce645279d5592b074d32fab17f8ecc344c.zip |
Rebranding, tooltip, and What's This string cleanup.
Diffstat (limited to 'parts/documentation')
-rw-r--r-- | parts/documentation/documentation_part.cpp | 2 |
1 files changed, 1 insertions, 1 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("<b>Documentation browser</b><p>" "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"), |