Small typos + reextracted strings

This commit is contained in:
Fabio Bas 2015-12-15 16:31:58 +01:00
parent 2712dd4248
commit 5093ea4170
2 changed files with 4 additions and 4 deletions

View file

@ -322,10 +322,10 @@ void TabLog::viewLogHistory_processResponse(const Response &resp)
}
} else
QMessageBox::information(static_cast<QWidget *>(parent()), tr("Message History"), tr("There is no messages for the selected iilters."));
QMessageBox::information(static_cast<QWidget *>(parent()), tr("Message History"), tr("There are no messages for the selected filters."));
} else
QMessageBox::critical(static_cast<QWidget *>(parent()), tr("Message History"), tr("Failed to collecting message history information."));
QMessageBox::critical(static_cast<QWidget *>(parent()), tr("Message History"), tr("Failed to collect message history information."));
}
void TabLog::restartLayout()

View file

@ -5039,12 +5039,12 @@ The more information you put in, the more specific your results will be.</source
</message>
<message>
<location filename="../src/tab_logs.cpp" line="325"/>
<source>There is no messages for the selected iilters.</source>
<source>There are no messages for the selected filters.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/tab_logs.cpp" line="328"/>
<source>Failed to collecting message history information.</source>
<source>Failed to collect message history information.</source>
<translation type="unfinished"></translation>
</message>
</context>