Fix some spell errors

This commit is contained in:
Felix Kauselmann
2014-08-24 15:56:38 +02:00
parent 96c175889e
commit c897efb08a
22 changed files with 39 additions and 39 deletions

View File

@ -10,8 +10,8 @@ SearchSingleComic::SearchSingleComic(QWidget * parent)
:QWidget(parent)
{
//QLabel * label = new QLabel(tr("Please provide some aditional information. At least one field is needed."));
QLabel * label = new QLabel(tr("Please provide some aditional information."));
//QLabel * label = new QLabel(tr("Please provide some additional information. At least one field is needed."));
QLabel * label = new QLabel(tr("Please provide some additional information."));
label->setStyleSheet("QLabel {color:white; font-size:12px;font-family:Arial;}");
//titleEdit = new ScraperLineEdit(tr("Title:"));

View File

@ -8,7 +8,7 @@
SearchVolume::SearchVolume(QWidget * parent)
:QWidget(parent)
{
QLabel * label = new QLabel(tr("Please provide some aditional information."));
QLabel * label = new QLabel(tr("Please provide some additional information."));
label->setStyleSheet("QLabel {color:white; font-size:12px;font-family:Arial;}");
volumeEdit = new ScraperLineEdit(tr("Series:"));