mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Add "OK" to localizable strings
This commit is contained in:
parent
21c6ef2d47
commit
0821834fed
2 changed files with 2 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ struct MainWindow: View {
|
|||
title: Text(title),
|
||||
message: Text(message),
|
||||
dismissButton: .default(
|
||||
Text("Ok"),
|
||||
Text("OK"),
|
||||
action: { appState.presentedAlert = nil }
|
||||
)
|
||||
)
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
"Next" = "Next";
|
||||
"Continue" = "Continue";
|
||||
"Close" = "Close";
|
||||
"OK" = "OK";
|
||||
|
||||
// Info Pane
|
||||
"IdenticalBuilds" = "Identical Builds";
|
||||
|
|
|
|||
Loading…
Reference in a new issue