From 8cc4b8fd449d3d38e174e2f7a57f27500e9ad1b7 Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Thu, 30 Apr 2009 20:50:56 +0000 Subject: [PATCH] SVN_SILENT Exclamation point squishing. svn path=/trunk/KDE/kdebase/workspace/; revision=961868 --- killer/killer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )