[atlantik-cvs] CVS: kdegames/atlantik/client atlantik.cpp, 1.168, 1.169
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv18639/kdegames/atlantik/client
Modified Files:
atlantik.cpp
Log Message:
CVS_SILENT i18n style guide fixes
Index: atlantik.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/atlantik.cpp,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- atlantik.cpp 27 Jun 2004 22:39:54 -0000 1.168
+++ atlantik.cpp 2 Jul 2004 10:40:46 -0000 1.169
@@ -813,7 +813,7 @@
int result = KMessageBox::Yes;
if ( gameSelf && !playerSelf->isBankrupt() )
- result = KMessageBox::warningYesNo( this, i18n("You are currently part of an active game. Are you sure you want to close Atlantik? If you do, you forfeit the game."), i18n("Close and Forfeit?") );
+ result = KMessageBox::warningYesNo( this, i18n("You are currently part of an active game. Are you sure you want to close Atlantik? If you do, you forfeit the game."), i18n("Close & Forfeit?") );
if ( result == KMessageBox::Yes )
{