From 0821834fedea50002564f5db020604fed9185c47 Mon Sep 17 00:00:00 2001 From: Matt Kiazyk Date: Fri, 22 Apr 2022 09:30:18 -0500 Subject: [PATCH] Add "OK" to localizable strings --- Xcodes/Frontend/MainWindow.swift | 2 +- Xcodes/Resources/en.lproj/Localizable.strings | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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";