diff options
author | Chris <[email protected]> | 2019-07-22 02:08:55 +0200 |
---|---|---|
committer | Chris <[email protected]> | 2019-07-22 02:08:55 +0200 |
commit | 6e9b855c492d641f3a5f54afcdc7105282033f7d (patch) | |
tree | c77b724177b3de032b4e0ec667009d6f5e6413e9 | |
parent | 08368bf3c7e3eb386b6304e3f1b26c6ec50f9f18 (diff) | |
download | tdevelop-6e9b855c492d641f3a5f54afcdc7105282033f7d.tar.gz tdevelop-6e9b855c492d641f3a5f54afcdc7105282033f7d.zip |
Fix remaining branding in TDevelop.
Signed-off-by: Chris <[email protected]>
-rw-r--r-- | buildtools/autotools/autoprojectwidget.cpp | 2 |
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 ); |