Typo: /s/Succees/Success (#264)
This commit is contained in:
parent
5cef51ef7d
commit
f0d80fa78f
|
@ -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 {
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
"Succeed!" = "Succeed!";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Succees" = "Succees";
|
||||
"Success" = "Success";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Success!" = "Success!";
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
"Succeed!" = "成功!";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Succees" = "成功";
|
||||
"Success" = "成功";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"Success!" = "成功!";
|
||||
|
|
Loading…
Reference in New Issue