diff --git a/Installer/AppDelegate.swift b/Installer/AppDelegate.swift index d5a9e77a..9858caaf 100644 --- a/Installer/AppDelegate.swift +++ b/Installer/AppDelegate.swift @@ -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: "")) }