diff --git a/killer/killer.cpp b/killer/killer.cpp
index c1ddb75a2a..3b4e21c966 100644
--- a/killer/killer.cpp
+++ b/killer/killer.cpp
@@ -94,11 +94,11 @@ int main(int argc, char* argv[])
QString question = i18nc("@info", "Application \"%1\" is not responding", appname);
question += isLocal
- ? i18nc("@info", "You tried to close window \"%1\" from application \"%2\" (Process ID: %3) but the application is not responding.",
+ ? xi18nc("@info", "You tried to close window \"%1\" from application \"%2\" (Process ID: %3) but the application is not responding.",
caption, appname, pidString)
- : i18nc("@info", "You tried to close window \"%1\" from application \"%2\" (Process ID: %3), running on host \"%4\", but the application is not responding.",
+ : 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 += i18nc("@info",
+ question += xi18nc("@info",
"Do you want to terminate this application?"
"Terminating the application will close all of its child windows. Any unsaved data will be lost."
);