Skip to content

Commit

Permalink
added traslation
Browse files Browse the repository at this point in the history
added translation to Localizable.string and changed it to match PlayCover#1543
  • Loading branch information
Catta1997 committed Aug 25, 2024
1 parent 5709cba commit ada46e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PlayCover/AppInstaller/Downloader.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class DownloadApp {
let alert = NSAlert()
alert.messageText = NSLocalizedString(warningMessage, comment: "")
alert.informativeText = String(
format: NSLocalizedString("ipaLibrary.alert.download", comment: ""),
format: NSLocalizedString("alert.install.anyway", comment: ""),
arguments: [app.name]
)
alert.alertStyle = .warning
Expand Down
2 changes: 2 additions & 0 deletions PlayCover/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -299,3 +299,5 @@

"keycover.alert.title" = "Keychain was not unlocked";
"keycover.alert.content" = "Keychain access has been disabled for the current session";

"alert.install.anyway" = "Install Anyway";

0 comments on commit ada46e0

Please sign in to comment.