Typo: /s/Succees/Success (#264)

This commit is contained in:
Guoqing Geng 2020-03-31 20:20:20 +08:00 committed by GitHub
parent 5cef51ef7d
commit f0d80fa78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -355,7 +355,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
if showNotification {
NSUserNotificationCenter.default
.post(title: NSLocalizedString("Reload Config Succeed", comment: ""),
info: NSLocalizedString("Succees", comment: ""))
info: NSLocalizedString("Success", comment: ""))
}
if let newConfigName = configName {

View File

@ -120,7 +120,7 @@
"Succeed!" = "Succeed!";
/* No comment provided by engineer. */
"Succees" = "Succees";
"Success" = "Success";
/* No comment provided by engineer. */
"Success!" = "Success!";

View File

@ -120,7 +120,7 @@
"Succeed!" = "成功!";
/* No comment provided by engineer. */
"Succees" = "成功";
"Success" = "成功";
/* No comment provided by engineer. */
"Success!" = "成功!";