mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fixed untranslatable string, regenerated translations
This commit is contained in:
parent
c07e5e5970
commit
ff20e04842
18 changed files with 173 additions and 34 deletions
|
|
@ -92,7 +92,7 @@ WndSets::WndSets(QWidget *parent)
|
|||
|
||||
|
||||
QLabel *labNotes = new QLabel;
|
||||
labNotes->setText("Enable the sets that you want to have available in the deck editor.\nMove sets around to change their order, or click on a column header to sort sets on that field.\nSets order decides the source that will be used when loading images for a specific card.\nDisabled sets will still be used for loading images.");
|
||||
labNotes->setText(tr("Enable the sets that you want to have available in the deck editor.\nMove sets around to change their order, or click on a column header to sort sets on that field.\nSets order decides the source that will be used when loading images for a specific card.\nDisabled sets will still be used for loading images."));
|
||||
|
||||
QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
|
||||
connect(buttonBox, SIGNAL(accepted()), this, SLOT(actSave()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue