CVS_SILENT Typographical corrections and changes

svn path=/trunk/kdebase/kwin/; revision=261100
This commit is contained in:
Malcolm Hunter 2003-10-22 16:57:59 +00:00
parent e510e8dd73
commit b3144663fd
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ int main( int argc, char* argv[] )
return 1;
}
QString question = i18n(
"<qt>Window with title \"<b>%2</b>\" doesn't respond. "
"<qt>Window with title \"<b>%2</b>\" is not responding. "
"This window belongs to application <b>%1</b> (PID=%3, hostname=%4).<p>"
"Do you wish to terminate this application? (All unsaved data in this application will be lost.)</qt>" )
.arg( appname ).arg( caption ).arg( pid ).arg( hostname );

View file

@ -93,7 +93,7 @@ Application::Application( )
if( !owner.claim( args->isSet( "replace" ), true ))
{
fputs(i18n("kwin: couldn't claim manager selection, another wm running? (try using --replace)\n").local8Bit(), stderr);
fputs(i18n("kwin: unable to claim manager selection, another wm running? (try using --replace)\n").local8Bit(), stderr);
::exit(1);
}
connect( &owner, SIGNAL( lostOwnership()), SLOT( lostSelection()));