diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 22:21:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 22:21:23 -0600 |
commit | b6609bb30d91121e98eb2bbe2cf89ff144680e84 (patch) | |
tree | 5d8a9133155e9e2e9cde60e2cc3670de03ae5d35 /kappfinder/toplevel.cpp | |
parent | 2242eb95a7bcd686207e2043340fed5ccc8b7609 (diff) | |
parent | 56a663b7c2cf18978a349015b6e19f1d898e8bb9 (diff) | |
download | tdebase-b6609bb30d91121e98eb2bbe2cf89ff144680e84.tar.gz tdebase-b6609bb30d91121e98eb2bbe2cf89ff144680e84.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'kappfinder/toplevel.cpp')
-rw-r--r-- | kappfinder/toplevel.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kappfinder/toplevel.cpp b/kappfinder/toplevel.cpp index 415cdbb65..9f67b6ede 100644 --- a/kappfinder/toplevel.cpp +++ b/kappfinder/toplevel.cpp @@ -50,9 +50,9 @@ TopLevel::TopLevel( const TQString &destDir, TQWidget *parent, const char *name setCaption( i18n( "KAppfinder" ) ); TQVBoxLayout *layout = new TQVBoxLayout( this, marginHint() ); - TQLabel *label = new TQLabel( i18n( "The application finder looks for non-KDE " + TQLabel *label = new TQLabel( i18n( "The application finder looks for non-TDE " "applications on your system and adds " - "them to the KDE menu system. " + "them to the TDE menu system. " "Click 'Scan' to begin, select the desired applications and then click 'Apply'."), this); label->setAlignment( AlignAuto | WordBreak ); layout->addWidget( label ); @@ -284,8 +284,8 @@ void TopLevel::slotCreate() KService::rebuildKSycoca(this); - TQString message( i18n( "%n application was added to the KDE menu system.", - "%n applications were added to the KDE menu system.", mAdded ) ); + TQString message( i18n( "%n application was added to the TDE menu system.", + "%n applications were added to the TDE menu system.", mAdded ) ); KMessageBox::information( this, message, TQString::null, "ShowInformation" ); } |