mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-26 05:09:43 +00:00
Fix spelling error of the word Maxium to Maximum
sed -i '' s/Maxium/Maximum/g MacPass/**/DatabaseSettingsWindow.strings
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
/* Class = "NSButtonCell"; title = "Empty Recycle Bin on Quit"; ObjectID = "540"; */
|
||||
"540.title" = "Empty Recycle Bin on Quit";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Maxium Items:"; ObjectID = "558"; */
|
||||
"558.title" = "Maxium Items:";
|
||||
/* Class = "NSTextFieldCell"; title = "Maximum Items:"; ObjectID = "558"; */
|
||||
"558.title" = "Maximum Items:";
|
||||
|
||||
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "680"; */
|
||||
"680.title" = "OtherViews";
|
||||
@@ -53,8 +53,8 @@
|
||||
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "957"; */
|
||||
"957.title" = "Cancel";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Maxium Size:"; ObjectID = "1269"; */
|
||||
"1269.title" = "Maxium Size:";
|
||||
/* Class = "NSTextFieldCell"; title = "Maximum Size:"; ObjectID = "1269"; */
|
||||
"1269.title" = "Maximum Size:";
|
||||
|
||||
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1396"; */
|
||||
"1396.title" = "OtherViews";
|
||||
|
||||
Reference in New Issue
Block a user