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/filecreate | |
parent | af7adfb6b5276c30a926540d90e734106dd100a3 (diff) | |
download | tdevelop-0f04d8ce645279d5592b074d32fab17f8ecc344c.tar.gz tdevelop-0f04d8ce645279d5592b074d32fab17f8ecc344c.zip |
Rebranding, tooltip, and What's This string cleanup.
Diffstat (limited to 'parts/filecreate')
-rw-r--r-- | parts/filecreate/filecreate_widget3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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("<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*)) ); |