removing OpenVanilla from "OpenVanilla McBopomofo"

This commit is contained in:
Mengjuei 2011-10-07 00:03:03 -07:00
parent 0748a70222
commit deb1fe5f85
4 changed files with 3 additions and 3 deletions

View File

@ -580,7 +580,7 @@
<int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{335, 516}, {494, 234}}</string>
<int key="NSWTFlags">872415232</int>
<string key="NSWindowTitle">OpenVanilla McBopomofo</string>
<string key="NSWindowTitle">McBopomofo</string>
<string key="NSWindowClass">NSWindow</string>
<nil key="NSViewClass"/>
<nil key="NSUserInterfaceItemIdentifier"/>

View File

@ -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()