translation fix, shuffle fix

This commit is contained in:
Max-Wilhelm Bruker 2009-08-20 17:59:15 +02:00
parent cc8de80db8
commit 6b465540e1
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ ZoneViewWidget::ZoneViewWidget(CardDatabase *_db, Player *_player, CardZone *_or
setAttribute(Qt::WA_DeleteOnClose);
qreal y = 10;
if (_origZone->getIsShufflable() && (numberCards == 0)) {
if (_origZone->getIsShufflable() && (numberCards == -1)) {
shuffleCheckBox = new QCheckBox("shuffle when closing");
shuffleCheckBox->setChecked(true);
QGraphicsProxyWidget *shuffleProxy = new QGraphicsProxyWidget(this);

View file

@ -878,7 +878,7 @@
<message>
<location filename="../src/messagelogwidget.cpp" line="127"/>
<source>%1 puts %2 %3 into graveyard</source>
<translation>%1 legt %2 %3 in den Friedhof</translation>
<translation type="unfinished">%1 legt %2 %3 auf den Friedhof</translation>
</message>
<message>
<location filename="../src/messagelogwidget.cpp" line="129"/>