Fix - missprints, update to more clear messages

This commit is contained in:
Yuriy Puchkov
2020-07-24 16:28:11 +03:00
parent 86de29f2cf
commit 45daae51e9
19 changed files with 165 additions and 149 deletions

View File

@@ -54,7 +54,7 @@ void HistoryWidget::loadHistory() {
if(historyFiles.isEmpty()) {
QPushButton *buttonEmpty = new QPushButton;
buttonEmpty->setText(tr("Screenshots history is epmty"));
buttonEmpty->setText(tr("Screenshots history is empty"));
buttonEmpty->setMinimumSize(1, HISTORYWIDGET_MAX_PREVIEW_HEIGHT);
connect(buttonEmpty, &QPushButton::clicked, this, [=](){
this->close();