chineseconversion.ui: fix typo in window title

Window Title for chineseconversion.ui should be "Chinese Conversion",
not "GroupBox".
This commit is contained in:
Boyuan Yang 2017-05-03 13:25:04 +08:00
parent 400fe7140e
commit dfb0cbfb72
No known key found for this signature in database
GPG key ID: B1A362111501B31E

View file

@ -17,7 +17,7 @@
</sizepolicy>
</property>
<property name="windowTitle">
<string>GroupBox</string>
<string>Chinese Conversion</string>
</property>
<property name="toolTip">
<string>Enable conversion between simplified and traditional Chinese characters</string>