summaryrefslogtreecommitdiffstats
path: root/buildtools
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-22 02:08:55 +0200
committerChris <xchrisx@uber.space>2019-07-22 02:08:55 +0200
commit6e9b855c492d641f3a5f54afcdc7105282033f7d (patch)
treec77b724177b3de032b4e0ec667009d6f5e6413e9 /buildtools
parent08368bf3c7e3eb386b6304e3f1b26c6ec50f9f18 (diff)
downloadtdevelop-6e9b855c492d641f3a5f54afcdc7105282033f7d.tar.gz
tdevelop-6e9b855c492d641f3a5f54afcdc7105282033f7d.zip
Fix remaining branding in TDevelop.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/autotools/autoprojectwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/autoprojectwidget.cpp b/buildtools/autotools/autoprojectwidget.cpp
index a558a593..12037bff 100644
--- a/buildtools/autotools/autoprojectwidget.cpp
+++ b/buildtools/autotools/autoprojectwidget.cpp
@@ -632,7 +632,7 @@ TargetItem *AutoProjectWidget::createTargetItem( const TQString &name,
if ( docgroup )
text = i18n( "Documentation data" );
else if ( icongroup )
- text = i18n( "KDE Icon data" ).arg( prefix );
+ text = i18n( "TDE Icon data" ).arg( prefix );
else
text = i18n( "%1 (%2 in %3)" ).arg( name ).arg( nicePrimary( primary ) ).arg( prefix );