diff options
-rw-r--r-- | tdecore/README.kstartupinfo | 2 | ||||
-rw-r--r-- | tdeui/tests/kpanelmenutest.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/README.kstartupinfo b/tdecore/README.kstartupinfo index 09531b7d7..7f1aec52d 100644 --- a/tdecore/README.kstartupinfo +++ b/tdecore/README.kstartupinfo @@ -22,7 +22,7 @@ on http://www.freedesktop.org . Starting apps with ASN : ------------------------- - When an application is started from the K-Menu or the minicli, and from other + When an application is started from the TDE Menu or the minicli, and from other places, ASN is sent automatically for it, assuming a matching .desktop file is found for the starting application. Application without a .desktop file don't get ASN ( this may change, but it's unlikely as it creates too many diff --git a/tdeui/tests/kpanelmenutest.cpp b/tdeui/tests/kpanelmenutest.cpp index 6f2d8f2be..678a1eeb6 100644 --- a/tdeui/tests/kpanelmenutest.cpp +++ b/tdeui/tests/kpanelmenutest.cpp @@ -19,7 +19,7 @@ TestWidget::TestWidget(TQWidget *parent, const char *name) connect(subMenu, TQT_SIGNAL(activated(int)), TQT_SLOT(slotSubMenuCalled(int))); init(); - setText("We added \"Client Test\" to kicker. Click the K Menu to check."); + setText("We added \"Client Test\" to kicker. Click the TDE Menu to check."); resize(sizeHint()); } |