diff --git a/kcms/componentchooser/componentchooserwm.cpp b/kcms/componentchooser/componentchooserwm.cpp --- a/kcms/componentchooser/componentchooserwm.cpp +++ b/kcms/componentchooser/componentchooserwm.cpp @@ -88,7 +88,7 @@ if( restartArgument.isEmpty()) { KMessageBox::information( this, - i18n( "The new window manager will be used when KDE is started the next time." ), + i18n( "The new window manager will be used when Plasma is started the next time." ), i18n( "Window Manager Change" ), QStringLiteral("windowmanagerchange") ); oldwm = currentWm(); return true; diff --git a/kcms/cursortheme/xcursor/themepage.cpp b/kcms/cursortheme/xcursor/themepage.cpp --- a/kcms/cursortheme/xcursor/themepage.cpp +++ b/kcms/cursortheme/xcursor/themepage.cpp @@ -316,7 +316,7 @@ if (!applyTheme(theme, size)) { KMessageBox::information(this, - i18n("You have to restart KDE for these changes to take effect."), + i18n("You have to restart the Plasma session for these changes to take effect."), i18n("Cursor Settings Changed"), QStringLiteral("CursorSettingsChanged")); }