translation fix, shuffle fix
This commit is contained in:
parent
cc8de80db8
commit
6b465540e1
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue