i18n style guide fix
svn path=/trunk/KDE/kdebase/workspace/; revision=1014249
This commit is contained in:
parent
90a81cd6d3
commit
35f7ad4ad4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ int main( int argc, char* argv[] )
|
|||
"<b>Any unsaved data will be lost.</b></p>" ,
|
||||
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" )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue