1
0

fix: missing translation strings

This commit is contained in:
Gary Wang
2020-09-28 21:44:52 +08:00
parent f7aaa76985
commit 4c3e370f70
3 changed files with 42 additions and 35 deletions

View File

@@ -24,8 +24,10 @@ AboutDialog::AboutDialog(QWidget *parent)
tr("Drag and drop image file onto the window is also supported."),
"",
tr("Context menu option explanation:"),
("* " + QCoreApplication::translate("MainWindow", "Stay on top") + " : " + tr("Make window stay on top of all other windows.")),
("* " + QCoreApplication::translate("MainWindow", "Protected mode") + " : " + tr("Avoid close window accidentally. (eg. by double clicking the window)"))
("* " + QCoreApplication::translate("MainWindow", "Stay on top") + " : "
+ this->tr("Make window stay on top of all other windows.")),
("* " + QCoreApplication::translate("MainWindow", "Protected mode") + " : "
+ this->tr("Avoid close window accidentally. (eg. by double clicking the window)"))
};
QStringList aboutStr {