Update translations

This commit is contained in:
lupoDharkael
2018-01-07 01:11:54 +01:00
parent a2f8445004
commit 0b174e0a83
6 changed files with 184 additions and 73 deletions

View File

@@ -62,7 +62,7 @@ QVector<const char *> InfoWindow::m_description = {
void InfoWindow::initInfoTable() {
QTableWidget *table = new QTableWidget(this);
table->setToolTip(tr("Available shorcuts in the screen capture mode."));
table->setToolTip(tr("Available shortcuts in the screen capture mode."));
m_layout->addWidget(table);