AppDelegate // Clang-format.

This commit is contained in:
ShikiSuen 2022-10-06 21:35:45 +08:00
parent c96bd56d78
commit 352637e32d
1 changed files with 2 additions and 1 deletions

View File

@ -333,7 +333,8 @@ class AppDelegate: NSWindowController, NSApplicationDelegate {
"Installation Successful", comment: ""
)
ntfPostInstall.informativeText = NSLocalizedString(
"vChewing is ready to use. \n\nPlease relogin if this is the first time you install it in this user account.", comment: ""
"vChewing is ready to use. \n\nPlease relogin if this is the first time you install it in this user account.",
comment: ""
)
ntfPostInstall.addButton(withTitle: NSLocalizedString("OK", comment: ""))
}