diff --git a/Sources/SWBUniversalPlatform/Specs/en.lproj/Apple Clang.strings b/Sources/SWBUniversalPlatform/Specs/en.lproj/Apple Clang.strings index 8a159c12..570e7da4 100644 --- a/Sources/SWBUniversalPlatform/Specs/en.lproj/Apple Clang.strings +++ b/Sources/SWBUniversalPlatform/Specs/en.lproj/Apple Clang.strings @@ -207,7 +207,7 @@ Pascal string literals take the form `\"\\pstring\"` . The special escape sequen "[GCC_SHORT_ENUMS]-name" = "Short Enumeration Constants"; "[GCC_SHORT_ENUMS]-description" = "Make enums only as large as needed for the range of possible values. -This setting generates code that may not binary compatible with code generated without this setting or with macOS frameworks."; +This setting generates code that may not be binary compatible with code generated without this setting or with macOS frameworks."; "[GCC_SHORT_ENUMS]-value-[NO]" = "No"; "[GCC_SHORT_ENUMS]-value-[YES]" = "Yes";