Skip to content

Commit

Permalink
Translate Alternate Surfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Nov 24, 2021
1 parent 912373f commit e90a99c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MobileCelestia.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit e90a99c

Please sign in to comment.