diff --git a/MobileCelestia.xcodeproj/project.pbxproj b/MobileCelestia.xcodeproj/project.pbxproj index a673a5de..1f5cc8c9 100644 --- a/MobileCelestia.xcodeproj/project.pbxproj +++ b/MobileCelestia.xcodeproj/project.pbxproj @@ -1058,7 +1058,7 @@ MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; - SHARED_BUILD_NUMBER = 164; + SHARED_BUILD_NUMBER = 165; SHARED_BUILD_VERSION = 1.4.10; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -1118,7 +1118,7 @@ MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; - SHARED_BUILD_NUMBER = 164; + SHARED_BUILD_NUMBER = 165; SHARED_BUILD_VERSION = 1.4.10; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; diff --git a/MobileCelestia/Celestia/CelestiaInteractionController.swift b/MobileCelestia/Celestia/CelestiaInteractionController.swift index 9e8de6e5..199dae13 100644 --- a/MobileCelestia/Celestia/CelestiaInteractionController.swift +++ b/MobileCelestia/Celestia/CelestiaInteractionController.swift @@ -558,7 +558,7 @@ extension CelestiaInteractionController: UIContextMenuInteractionDelegate { action.state = displaySurface == name ? .on : .off return action } - let menu = UIMenu(title: "Alternate Surfaces", children: [defaultSurfaceItem] + otherSurfaces) + let menu = UIMenu(title: CelestiaString("Alternate Surfaces", comment: ""), children: [defaultSurfaceItem] + otherSurfaces) actions.append(menu) }