diff --git a/pyInstaller/English.lproj/InfoPlist.strings b/pyInstaller/English.lproj/InfoPlist.strings
index 903bcc5a..82d2c08f 100755
Binary files a/pyInstaller/English.lproj/InfoPlist.strings and b/pyInstaller/English.lproj/InfoPlist.strings differ
diff --git a/pyInstaller/English.lproj/MainMenu.xib b/pyInstaller/English.lproj/MainMenu.xib
index 0fc579c1..e9b50502 100755
--- a/pyInstaller/English.lproj/MainMenu.xib
+++ b/pyInstaller/English.lproj/MainMenu.xib
@@ -580,7 +580,7 @@
2
{{335, 516}, {494, 234}}
872415232
- OpenVanilla McBopomofo
+ McBopomofo
NSWindow
diff --git a/pyInstaller/InstallerAppDelegate.py b/pyInstaller/InstallerAppDelegate.py
index 01c00122..005b170b 100755
--- a/pyInstaller/InstallerAppDelegate.py
+++ b/pyInstaller/InstallerAppDelegate.py
@@ -33,7 +33,7 @@ class InstallerAppDelegate(NSObject):
def awakeFromNib(self):
self.window.setDelegate_(self)
- self.window.setTitle_(NSLocalizedString("OpenVanilla McBopomofo", ""))
+ self.window.setTitle_(NSLocalizedString("McBopomofo", ""))
self.agreeButton.setTitle_(NSLocalizedString("Agree", ""))
self.cancelButton.setTitle_(NSLocalizedString("Cancel", ""))
self.messageLabel.setStringValue_(NSLocalizedString("Do you agree with the license?", ""))
@@ -108,4 +108,4 @@ class InstallerAppDelegate(NSObject):
NSApp.activateIgnoringOtherApps_(True)
self.checkOSVerion()
self.showLicenseWindow()
-
\ No newline at end of file
+
diff --git a/pyInstaller/zh-Hant.lproj/InfoPlist.strings b/pyInstaller/zh-Hant.lproj/InfoPlist.strings
index 9bad44ea..5282b738 100755
Binary files a/pyInstaller/zh-Hant.lproj/InfoPlist.strings and b/pyInstaller/zh-Hant.lproj/InfoPlist.strings differ