-rw-r--r-- | core/applets/homeapplet/home.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/homeapplet/home.cpp b/core/applets/homeapplet/home.cpp index 0d4ad66..f94bc14 100644 --- a/core/applets/homeapplet/home.cpp +++ b/core/applets/homeapplet/home.cpp @@ -29,5 +29,5 @@ QString HomeApplet::name ( ) const QString HomeApplet::text ( ) const { - return tr( "Home" ); + return tr( "Desktop" ); } |