diff --git a/src/lang/qbittorrent_zh.qm b/src/lang/qbittorrent_zh.qm
index 15a6e0848..e30eb3edf 100644
Binary files a/src/lang/qbittorrent_zh.qm and b/src/lang/qbittorrent_zh.qm differ
diff --git a/src/lang/qbittorrent_zh.ts b/src/lang/qbittorrent_zh.ts
index 0c98993d1..0f0f51d4b 100644
--- a/src/lang/qbittorrent_zh.ts
+++ b/src/lang/qbittorrent_zh.ts
@@ -513,7 +513,7 @@ Copyright © 2006 by Christophe Dumez<br>
Disable DHT (Trackerless)
-
+ 禁用DHT(分布式Tracker)
@@ -1105,30 +1105,30 @@ Please close the other one first.
UP speed: %1 KiB/s
e.g: Upload speed: 10 KiB/s
-
+ 上传速度: %1 KiB/s
Finished
i.e: Torrent has finished downloading
- 完成
+ 完成
Checking...
i.e: Checking already downloaded parts...
- 检查中...
+ 检查中...
Stalled
i.e: State of a torrent whose download speed is 0kb/s
-
+ 等待中
Are you sure you want to quit?
-
+ 确实要退出吗?
diff --git a/src/options_imp.cpp b/src/options_imp.cpp
index e9aa7d34f..9dc5e2d47 100644
--- a/src/options_imp.cpp
+++ b/src/options_imp.cpp
@@ -521,8 +521,8 @@ void options_imp::on_okButton_clicked(){
saveOptions();
applyButton->setEnabled(false);
// set infobar text
- emit status_changed(tr("Options were saved successfully."), true);
this->hide();
+ emit status_changed(tr("Options were saved successfully."), true);
}else{
setAttribute(Qt::WA_DeleteOnClose);
accept();