Rebranding, tooltip, and What's This string cleanup.

pull/1/head
Darrell Anderson 11 years ago
parent af7adfb6b5
commit 0f04d8ce64

@ -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"),

@ -43,7 +43,7 @@ namespace FileCreate {
TQWhatsThis::add(this, i18n("<b>New file</b><p>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, <b>New File Wizard</b> tab. "
"Globally available file types are listed and can be configured in KDevelop settings dialog, <b>New File Wizard</b> tab."));
"Globally available file types are listed and can be configured in TDevelop settings dialog, <b>New File Wizard</b> tab."));
connect( this, TQT_SIGNAL(clicked(TQListViewItem*)), this, TQT_SLOT(slotTypeSelected(TQListViewItem*)) );

Loading…
Cancel
Save