summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-22 02:08:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-07-23 01:33:35 +0200
commitfa1cf803ffd833a7119b56a0ef691d1830d892ac (patch)
treeaaaac05bace0775cb627904c2505bae49e4143b0
parentbfe2792b2946549f3bd3693ff1d6e31e372ccb59 (diff)
downloadtdevelop-fa1cf803ffd833a7119b56a0ef691d1830d892ac.tar.gz
tdevelop-fa1cf803ffd833a7119b56a0ef691d1830d892ac.zip
Fix remaining branding in TDevelop.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 6e9b855c492d641f3a5f54afcdc7105282033f7d)
-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 );