diff --git a/Xcodes/Frontend/MainWindow.swift b/Xcodes/Frontend/MainWindow.swift index 36584e7..4b2c26d 100644 --- a/Xcodes/Frontend/MainWindow.swift +++ b/Xcodes/Frontend/MainWindow.swift @@ -147,7 +147,7 @@ struct MainWindow: View { title: Text(title), message: Text(message), dismissButton: .default( - Text("Ok"), + Text("OK"), action: { appState.presentedAlert = nil } ) ) diff --git a/Xcodes/Resources/en.lproj/Localizable.strings b/Xcodes/Resources/en.lproj/Localizable.strings index 4f986a4..15dad55 100644 --- a/Xcodes/Resources/en.lproj/Localizable.strings +++ b/Xcodes/Resources/en.lproj/Localizable.strings @@ -23,6 +23,7 @@ "Next" = "Next"; "Continue" = "Continue"; "Close" = "Close"; +"OK" = "OK"; // Info Pane "IdenticalBuilds" = "Identical Builds";