mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
goBack added to Comic Vine dialog
This commit is contained in:
@ -10,7 +10,7 @@ SearchSingleComic::SearchSingleComic(QWidget * parent)
|
||||
:QWidget(parent)
|
||||
{
|
||||
|
||||
QLabel * label = new QLabel(tr("No results found, please provide some aditional information. At least one field is needed."));
|
||||
QLabel * label = new QLabel(tr("Please provide some aditional information. At least one field is needed."));
|
||||
label->setStyleSheet("QLabel {color:white; font-size:12px;font-family:Arial;}");
|
||||
|
||||
titleEdit = new ScraperLineEdit(tr("Title:"));
|
||||
|
Reference in New Issue
Block a user