diff --git a/cockatrice/src/window_sets.cpp b/cockatrice/src/window_sets.cpp
index b530cc92..b2c9ce3c 100644
--- a/cockatrice/src/window_sets.cpp
+++ b/cockatrice/src/window_sets.cpp
@@ -92,7 +92,7 @@ WndSets::WndSets(QWidget *parent)
QLabel *labNotes = new QLabel;
- labNotes->setText("" + tr("hints:") + "" + "
- " + tr("Enable the sets that you want to have available in the deck editor") + "
- " + tr("Move sets around to change their order, or click on a column header to sort sets on that field") + "
- " + tr("Sets order decides the source that will be used when loading images for a specific card") + "
- " + tr("Disabled sets will still be used for loading images") + "
"));
+ labNotes->setText("" + tr("hints:") + "" + "- " + tr("Enable the sets that you want to have available in the deck editor") + "
- " + tr("Move sets around to change their order, or click on a column header to sort sets on that field") + "
- " + tr("Sets order decides the source that will be used when loading images for a specific card") + "
- " + tr("Disabled sets will still be used for loading images") + "
");
QDialogButtonBox *buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
connect(buttonBox, SIGNAL(accepted()), this, SLOT(actSave()));