Skip to content

Commit

Permalink
Fix reword from Questionnaire to Survey
Browse files Browse the repository at this point in the history
  • Loading branch information
yutailang0119 committed Sep 19, 2016
1 parent 0bf9f7a commit 4597b90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PyConJP2016/Storyboard/Base.lproj/More.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ Cohost: Global Software Engineering Laboratory, Waseda University</string>
<rect key="frame" x="0.0" y="0.0" width="567" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Questionnaire" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="8" id="Ksi-rC-XC6">
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Survey" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="8" id="Ksi-rC-XC6">
<rect key="frame" x="15" y="0.0" width="550" height="43.5"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="16"/>
Expand Down
4 changes: 2 additions & 2 deletions PyConJP2016/Storyboard/en.lproj/More.strings
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
/* Class = "UILabel"; text = "Staff List"; ObjectID = "fe1-28-yP9"; */
"fe1-28-yP9.text" = "Staff List";

/* Class = "UILabel"; text = "Questionnaire"; ObjectID = "Ksi-rC-XC6"; */
"Ksi-rC-XC6.text" = "Questionnaire";
/* Class = "UILabel"; text = "Survey"; ObjectID = "Ksi-rC-XC6"; */
"Ksi-rC-XC6.text" = "Survey";

/* Class = "UITableViewSection"; headerTitle = "Venue Information"; ObjectID = "OVX-Ci-m6R"; */
"OVX-Ci-m6R.headerTitle" = "Venue Information";
Expand Down
2 changes: 1 addition & 1 deletion PyConJP2016/Storyboard/ja.lproj/More.strings
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
/* Class = "UILabel"; text = "Staff List"; ObjectID = "fe1-28-yP9"; */
"fe1-28-yP9.text" = "スタッフ一覧";

/* Class = "UILabel"; text = "Questionnaire"; ObjectID = "Ksi-rC-XC6"; */
/* Class = "UILabel"; text = "Survey"; ObjectID = "Ksi-rC-XC6"; */
"Ksi-rC-XC6.text" = "アンケート";

/* Class = "UITableViewSection"; headerTitle = "Venue Information"; ObjectID = "OVX-Ci-m6R"; */
Expand Down

0 comments on commit 4597b90

Please sign in to comment.