Skip to content

Commit db27be9

Browse files
authored
Merge pull request #191 from js-john/master
Localizable for zh-Hans and relink the nameFieldChanged event to VMConfigExistingViewController
2 parents 2fbf8f5 + 49e9aca commit db27be9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

UTM/Base.lproj/Main.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<fontDescription key="fontDescription" type="system" pointSize="17"/>
185185
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" returnKeyType="done" enablesReturnKeyAutomatically="YES" smartDashesType="no" smartInsertDeleteType="no" smartQuotesType="no"/>
186186
<connections>
187-
<action selector="nameFieldEdited:" destination="wwu-oM-NlF" eventType="editingDidEnd" id="NLa-0h-ihw"/>
187+
<action selector="nameFieldChanged:" destination="wwu-oM-NlF" eventType="editingDidEnd" id="Md1-BR-pTg"/>
188188
<outlet property="delegate" destination="wwu-oM-NlF" id="qOT-JA-rbc"/>
189189
</connections>
190190
</textField>

UTM/zh-Hans.lproj/Main.strings

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"Dx6-pD-sU3.placeholder" = "hda.img";
121121

122122
/* Class = "UILabel"; text = "Location"; ObjectID = "EGI-JP-qwU"; */
123-
"EGI-JP-qwU.text" = "类型";
123+
"EGI-JP-qwU.text" = "接口类型";
124124

125125
/* Class = "UIButton"; normalTitle = "F12"; ObjectID = "EIz-R9-Ca8"; */
126126
"EIz-R9-Ca8.normalTitle" = "F12";
@@ -524,3 +524,6 @@
524524
/* Class = "UITableViewSection"; headerTitle = "DEBUG"; ObjectID = "WkA-K4-U3C"; */
525525
"WkA-K4-U3C.headerTitle" = "调试选项";
526526

527+
/* Class = "UILabel"; text = "Image Type"; ObjectID = "xoO-as-9Kn"; */
528+
"xoO-as-9Kn.text" = "镜像类型";
529+

0 commit comments

Comments
 (0)