From 35f7ad4ad454e49a9ca737bb3c45b47eeeb20756 Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Sat, 22 Aug 2009 06:08:08 +0000 Subject: [PATCH] i18n style guide fix svn path=/trunk/KDE/kdebase/workspace/; revision=1014249 --- killer/killer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killer/killer.cpp b/killer/killer.cpp index 8023390c88..9140d62872 100644 --- a/killer/killer.cpp +++ b/killer/killer.cpp @@ -70,7 +70,7 @@ int main( int argc, char* argv[] ) "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 ) + if( KMessageBox::warningContinueCancelWId( id, question, QString(), KGuiItem(i18n("&Terminate Application %1", appname), "edit-bomb") ) == KMessageBox::Continue ) { if( hostname != "localhost" ) {