diff --git a/killer/killer.cpp b/killer/killer.cpp index 31b72411c7..8023390c88 100644 --- a/killer/killer.cpp +++ b/killer/killer.cpp @@ -67,7 +67,7 @@ int main( int argc, char* argv[] ) "

The window \"%2\" is not responding. " "It belongs to the application %1 (Process ID = %3, hostname = %4).

" "

Do you wish to terminate the application process including all of its child windows?
" - "Any unsaved data will be lost!

" , + "Any unsaved data will be lost.

" , appname, caption, QString::number( pid ), QString( hostname ) ); app.updateUserTimestamp( timestamp ); if( KMessageBox::warningContinueCancelWId( id, question, QString(), KGuiItem(i18n("&Terminate application %1", appname), "edit-bomb") ) == KMessageBox::Continue )