diff --git a/helpers/killer/killer.cpp b/helpers/killer/killer.cpp
index 3b4e21c966..31fcaa1513 100644
--- a/helpers/killer/killer.cpp
+++ b/helpers/killer/killer.cpp
@@ -94,13 +94,13 @@ int main(int argc, char* argv[])
QString question = i18nc("@info", "Application \"%1\" is not responding", appname);
question += isLocal
- ? xi18nc("@info", "
You tried to close window \"%1\" from application \"%2\" (Process ID: %3) but the application is not responding.
", caption, appname, pidString) - : xi18nc("@info", "You tried to close window \"%1\" from application \"%2\" (Process ID: %3), running on host \"%4\", but the application is not responding.
", caption, appname, pidString, hostname); question += xi18nc("@info", - "Do you want to terminate this application?
" + "