AppDelegate // Clang-format.
This commit is contained in:
parent
c96bd56d78
commit
352637e32d
|
@ -333,7 +333,8 @@ class AppDelegate: NSWindowController, NSApplicationDelegate {
|
||||||
"Installation Successful", comment: ""
|
"Installation Successful", comment: ""
|
||||||
)
|
)
|
||||||
ntfPostInstall.informativeText = NSLocalizedString(
|
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: ""))
|
ntfPostInstall.addButton(withTitle: NSLocalizedString("OK", comment: ""))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue