From 6e9b855c492d641f3a5f54afcdc7105282033f7d Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 22 Jul 2019 02:08:55 +0200 Subject: [PATCH] Fix remaining branding in TDevelop. Signed-off-by: Chris --- buildtools/autotools/autoprojectwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );