diff --git a/aboutdialog.cpp b/aboutdialog.cpp
index ef1af18..dcba790 100644
--- a/aboutdialog.cpp
+++ b/aboutdialog.cpp
@@ -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 {
diff --git a/languages/PineapplePictures.ts b/languages/PineapplePictures.ts
index ebef332..77a8a78 100644
--- a/languages/PineapplePictures.ts
+++ b/languages/PineapplePictures.ts
@@ -24,37 +24,47 @@
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -129,7 +139,7 @@
-
+
@@ -145,19 +155,6 @@
-
- QCoreApplication
-
-
-
-
-
-
-
-
-
-
-
SettingsDialog
diff --git a/languages/PineapplePictures_zh_CN.ts b/languages/PineapplePictures_zh_CN.ts
index 0739286..a83aac7 100644
--- a/languages/PineapplePictures_zh_CN.ts
+++ b/languages/PineapplePictures_zh_CN.ts
@@ -24,37 +24,47 @@
菜单项说明:
-
+
+
+ 使窗口始终至于其它非置顶窗口上方。
+
+
+
+
+ 避免窗口意外关闭。(如:不小心双击了窗口触发了关闭窗口行为)
+
+
+
使用 Qt %1 (%2) 进行构建
-
+
源代码
-
+
<p><i>%1</i> 是在 MIT 许可协议下发布的。</p><p>此许可证赋予人们以下自由的权利:</p><ul><li>任何人都可以为了任何目的自由地使用 <i>%1</i></li><li>任何人都可以自由地分发 <i>%1</i></li><li>任何人都可以自由地研究 <i>%1</i> 的工作原理并对其进行修改</li><li>任何人都可以自由地分发修改过的 <i>%1</i> 版本</li></ul><p>此软件通过 MIT 许可证赋予用户上述自由,任何人无权剥夺。</p>
-
+
用户的权利
-
+
帮助(&H)
-
+
关于(&A)
-
+
软件许可证(&L)
@@ -133,7 +143,7 @@
总在最前
-
+
保护模式
@@ -172,14 +182,12 @@
QCoreApplication
-
- 使窗口始终至于其它非置顶窗口上方。
+ 使窗口始终至于其它非置顶窗口上方。
-
- 避免窗口意外关闭。(如:不小心双击了窗口触发了关闭窗口行为)
+ 避免窗口意外关闭。(如:不小心双击了窗口触发了关闭窗口行为)