File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5+ <key >alert.ok</key >
6+ <dict >
7+ <key >NSStringLocalizedFormatKey</key >
8+ <string >OK</string >
9+ </dict >
510 <key >final.run</key >
611 <dict >
712 <key >NSStringLocalizedFormatKey</key >
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ class ProgressVC: NSViewController {
238238 let alert = NSAlert ( )
239239 alert. messageText = " alert.error " . localized
240240 alert. informativeText = text
241- alert. addButton ( withTitle: " OK " )
241+ alert. addButton ( withTitle: " alert.ok " . localized )
242242 alert. addButton ( withTitle: " alert.try_again " . localized)
243243 alert. alertStyle = . warning
244244 alert. beginSheetModal ( for: self . view. window!) { ( modalResponse) in
Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5+ <key >alert.ok</key >
6+ <dict >
7+ <key >NSStringLocalizedFormatKey</key >
8+ <string >OK</string >
9+ </dict >
510 <key >final.run</key >
611 <dict >
712 <key >NSStringLocalizedFormatKey</key >
Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5+ <key >alert.ok</key >
6+ <dict >
7+ <key >NSStringLocalizedFormatKey</key >
8+ <string >ОК</string >
9+ </dict >
510 <key >final.run</key >
611 <dict >
712 <key >NSStringLocalizedFormatKey</key >
You can’t perform that action at this time.
0 commit comments