string update

This commit is contained in:
doitux
2009-04-27 23:44:34 +00:00
parent 041fb5934b
commit d7aaf4a2bb
23 changed files with 1915 additions and 1679 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ void CardDeckStyleReader::readStyleFile(QString file) {
TiXmlElement *GameTableElement = docHandle.FirstChild( "PokerTH" ).FirstChild( "TableStyle" ).ToElement();
if(GameTableElement) {
QMessageBox::warning(myW, tr("Card Deck Style Error"),
tr("You wanna add a card deck style but selected a game table style.\nPlease choose a card deck style and try again!"),
tr("A game table style was selected instead of a card deck style.\nPlease select a card deck style and try again!"),
QMessageBox::Ok);
}
else {