diff --git a/MacPass/MPContextMenuHelper.m b/MacPass/MPContextMenuHelper.m index 5893a93a..f2e35eb1 100644 --- a/MacPass/MPContextMenuHelper.m +++ b/MacPass/MPContextMenuHelper.m @@ -109,7 +109,7 @@ static void MPContextmenuHelperBeginSection(NSMutableArray *items) { [items addObject:performAutotype]; } if(insertHistory) { - NSMenuItem *showHistory = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"SHOW_ENTRY_HISTORY", @"") + NSMenuItem *showHistory = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"SHOW_HISTORY", @"") action:[MPActionHelper actionOfType:MPActionShowEntryHistory] keyEquivalent:@"h"]; showHistory.keyEquivalentModifierMask = (showHistory.keyEquivalentModifierMask | NSCommandKeyMask | NSControlKeyMask); diff --git a/MacPass/zh-Hans.lproj/Localizable.strings b/MacPass/zh-Hans.lproj/Localizable.strings index e69de29b..e415c030 100644 Binary files a/MacPass/zh-Hans.lproj/Localizable.strings and b/MacPass/zh-Hans.lproj/Localizable.strings differ diff --git a/MacPass/zh-Hans.lproj/MainMenu.strings b/MacPass/zh-Hans.lproj/MainMenu.strings index 95ce950e..0def5687 100644 --- a/MacPass/zh-Hans.lproj/MainMenu.strings +++ b/MacPass/zh-Hans.lproj/MainMenu.strings @@ -161,6 +161,9 @@ /* Class = "NSMenuItem"; title = "Quicklook"; ObjectID = "aVO-9F-Lwc"; */ "aVO-9F-Lwc.title" = "快速查看"; +/* Class = "NSMenuItem"; title = "Fix Autotype…"; ObjectID = "nx7-Vf-LiD"; */ +"nx7-Vf-LiD.title" = "修复自动填充…"; + /* Class = "NSMenuItem"; title = "Import XML…"; ObjectID = "rW0-r1-QYL"; */ "rW0-r1-QYL.title" = "导入 XML…";