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);
|
setAttribute(Qt::WA_DeleteOnClose);
|
||||||
|
|
||||||
qreal y = 10;
|
qreal y = 10;
|
||||||
if (_origZone->getIsShufflable() && (numberCards == 0)) {
|
if (_origZone->getIsShufflable() && (numberCards == -1)) {
|
||||||
shuffleCheckBox = new QCheckBox("shuffle when closing");
|
shuffleCheckBox = new QCheckBox("shuffle when closing");
|
||||||
shuffleCheckBox->setChecked(true);
|
shuffleCheckBox->setChecked(true);
|
||||||
QGraphicsProxyWidget *shuffleProxy = new QGraphicsProxyWidget(this);
|
QGraphicsProxyWidget *shuffleProxy = new QGraphicsProxyWidget(this);
|
||||||
|
|
|
@ -878,7 +878,7 @@
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/messagelogwidget.cpp" line="127"/>
|
<location filename="../src/messagelogwidget.cpp" line="127"/>
|
||||||
<source>%1 puts %2 %3 into graveyard</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/messagelogwidget.cpp" line="129"/>
|
<location filename="../src/messagelogwidget.cpp" line="129"/>
|
||||||
|
|
Loading…
Reference in a new issue