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

@ -5,5 +5,5 @@ EmptyReadingListWidget::EmptyReadingListWidget(QWidget *parent)
{
setUpDefaultLayout(true);
setPixmap(QPixmap(":/images/empty_reading_list"));
setText(tr("This reading list doesn't cotain comics yet"));
setText(tr("This reading list does not contain any comics yet"));
}