CVS_SILENT Typographical corrections and changes
svn path=/trunk/kdebase/kwin/; revision=261100
This commit is contained in:
parent
e510e8dd73
commit
b3144663fd
2 changed files with 2 additions and 2 deletions
|
@ -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 );
|
||||
|
|
2
main.cpp
2
main.cpp
|
@ -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()));
|
||||
|
|
Loading…
Reference in a new issue