From 16564500e2c4b3fb3ee6d940910614c6decdae5a Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Tue, 29 Mar 2022 16:14:00 -0700 Subject: [PATCH] [AltServer] Adds ellipsis to menu items that require additional input As specified by the macOS HIG. --- AltServer/AppDelegate.swift | 6 +++--- AltServer/Base.lproj/Main.storyboard | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/AltServer/AppDelegate.swift b/AltServer/AppDelegate.swift index 524c5d66..a4f734c3 100644 --- a/AltServer/AppDelegate.swift +++ b/AltServer/AppDelegate.swift @@ -470,15 +470,15 @@ extension AppDelegate: NSMenuDelegate if self.isAltPluginUpdateAvailable { - self.installMailPluginMenuItem.title = NSLocalizedString("Update Mail Plug-in", comment: "") + self.installMailPluginMenuItem.title = NSLocalizedString("Update Mail Plug-in…", comment: "") } else if self.pluginManager.isMailPluginInstalled { - self.installMailPluginMenuItem.title = NSLocalizedString("Uninstall Mail Plug-in", comment: "") + self.installMailPluginMenuItem.title = NSLocalizedString("Uninstall Mail Plug-in…", comment: "") } else { - self.installMailPluginMenuItem.title = NSLocalizedString("Install Mail Plug-in", comment: "") + self.installMailPluginMenuItem.title = NSLocalizedString("Install Mail Plug-in…", comment: "") } self.installMailPluginMenuItem.target = self self.installMailPluginMenuItem.action = #selector(AppDelegate.handleInstallMailPluginMenuItem(_:)) diff --git a/AltServer/Base.lproj/Main.storyboard b/AltServer/Base.lproj/Main.storyboard index 0916dd2f..d01f7ec6 100644 --- a/AltServer/Base.lproj/Main.storyboard +++ b/AltServer/Base.lproj/Main.storyboard @@ -1,8 +1,8 @@ - + - + @@ -85,9 +85,9 @@ - + - + @@ -98,9 +98,9 @@ - + - + @@ -125,7 +125,7 @@ - +