diff options
author | Chris <[email protected]> | 2019-07-29 01:35:09 +0200 |
---|---|---|
committer | Chris <[email protected]> | 2019-07-29 01:35:09 +0200 |
commit | 36c335af178d32f65fe8e239d60501e843ab90a7 (patch) | |
tree | 553c9d190bfff51314c9b79fd21de3472e05c033 /src/menuhandler.cpp | |
parent | 2df2a95198b2e56cfde279ca7eb1f2c91ca14fde (diff) | |
download | tastymenu-36c335af178d32f65fe8e239d60501e843ab90a7.tar.gz tastymenu-36c335af178d32f65fe8e239d60501e843ab90a7.zip |
Fix branding of Tasty Menu and also translations, for fuzzy prevention.
Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'src/menuhandler.cpp')
-rw-r--r-- | src/menuhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menuhandler.cpp b/src/menuhandler.cpp index 2c4f29c..db280fb 100644 --- a/src/menuhandler.cpp +++ b/src/menuhandler.cpp @@ -1572,7 +1572,7 @@ void MenuHandler::doNewSession( bool lock ) "F%2 to the second session and so on. " "You can switch between sessions by pressing " "Ctrl, Alt and the appropriate F-key at the same time. " - "Additionally, the KDE Panel and Desktop menus have " + "Additionally, the TDE Panel and Desktop menus have " "actions for switching between sessions.</p>") .arg(7).arg(8), i18n("Warning - New Session"), |