diff --git a/clients/modernsystem/modernsys.cpp b/clients/modernsystem/modernsys.cpp
index f3990a6351..d6e6a25339 100644
--- a/clients/modernsystem/modernsys.cpp
+++ b/clients/modernsystem/modernsys.cpp
@@ -366,7 +366,7 @@ void ModernSys::init()
QGridLayout* g = new QGridLayout(widget(), 0, 0, 2);
if( isPreview())
- g->addWidget( new QLabel( i18n( "
ModernSys preview" ), widget()), 1, 1 );
+ g->addWidget( new QLabel( i18n( "Modern System preview" ), widget()), 1, 1 );
else
g->addItem( new QSpacerItem( 0, 0 ), 1, 1 ); // no widget in the middle
g->setRowStretch(1, 10);
diff --git a/clients/modernsystem/modernsystem.desktop b/clients/modernsystem/modernsystem.desktop
index 6b2524afcb..9ef770d762 100644
--- a/clients/modernsystem/modernsystem.desktop
+++ b/clients/modernsystem/modernsystem.desktop
@@ -1,4 +1,4 @@
[Desktop Entry]
Encoding=UTF-8
-Name=ModSystem
+Name=Modern System
X-KDE-Library=kwin3_modernsys