From 2abae033eac00deaccf75fc7bf228e61ad873890 Mon Sep 17 00:00:00 2001 From: Jinyu Meng Date: Sun, 15 May 2022 15:43:11 +0900 Subject: [PATCH] Fix a small problem in English strings. --- Xcodes/Resources/en.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xcodes/Resources/en.lproj/Localizable.strings b/Xcodes/Resources/en.lproj/Localizable.strings index 1d5a779..6030e0c 100644 --- a/Xcodes/Resources/en.lproj/Localizable.strings +++ b/Xcodes/Resources/en.lproj/Localizable.strings @@ -77,7 +77,7 @@ "LocalCachePathDescription" = "Xcodes caches available Xcode versions and temporary downloads new versions to a directory"; "Change" = "Change"; "Active/Select" = "Active/Select"; -"AutomaticallyCreateSymbolicLink" = "Automatically create symbolic link to Xcodes.app"; +"AutomaticallyCreateSymbolicLink" = "Automatically create symbolic link to Xcode.app"; "AutomaticallyCreateSymbolicLinkDescription" = "When making an Xcode version Active/Selected, try and create a symbolic link named Xcode.app in the installation directory"; "DataSource" = "Data Source"; "DataSourceDescription" = "The Apple data source scrapes the Apple Developer website. It will always show the latest releases that are available, but is more fragile.\n\nXcode Releases is an unofficial list of Xcode releases. It's provided as well-formed data, contains extra information that is not readily available from Apple, and is less likely to break if Apple redesigns their developer website.";