From 352637e32d036d2595a2d79452baa4fdb2f03463 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Thu, 6 Oct 2022 21:35:45 +0800 Subject: [PATCH] AppDelegate // Clang-format. --- Installer/AppDelegate.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: "")) }