diff options
Diffstat (limited to 'knotes')
-rw-r--r-- | knotes/knotesapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knotesapp.cpp b/knotes/knotesapp.cpp index 27c13ee5..964309c5 100644 --- a/knotes/knotesapp.cpp +++ b/knotes/knotesapp.cpp @@ -103,7 +103,7 @@ KNotesApp::KNotesApp() // create the dock widget... KWin::setSystemTrayWindowFor( winId(), tqt_xrootwin() ); - TQToolTip::add( this, i18n( "KNotes: Sticky notes for KDE" ) ); + TQToolTip::add( this, i18n( "KNotes: Sticky notes for TDE" ) ); setBackgroundMode( X11ParentRelative ); setPixmap( KSystemTray::loadSizedIcon( "knotes", TQWidget::width() ) ); |