Fix spelling errors reported by stevepusser

This commit is contained in:
Felix Kauselmann
2017-11-11 08:55:16 +01:00
parent 6ccc78558f
commit caf53f0442
12 changed files with 69 additions and 69 deletions

View File

@ -63,7 +63,7 @@ OptionsDialog::OptionsDialog(QWidget * parent)
backgroundImageBlurRadiusSlider = new QSlider(Qt::Horizontal);
backgroundImageBlurRadiusSlider->setRange(0,100);
useCurrentComicCoverCheck = new QCheckBox(tr("Use selectec comic cover as background"));
useCurrentComicCoverCheck = new QCheckBox(tr("Use selected comic cover as background"));
resetButton = new QPushButton(tr("Restore defautls"));