Skip to content

Commit

Permalink
Replace "Google Japanese Input" to "Mozc" in .xib files.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 635804575
  • Loading branch information
hiroyuki-komatsu committed May 21, 2024
1 parent 022bbef commit caeb9ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/mac/ActivatePane/ActivatePane.xib
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<textField verticalHuggingPriority="750" id="24">
<rect key="frame" x="51" y="147" width="350" height="51"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Help make Google Japanese Input better by automatically sending usage statistics and crash reports to Google." id="25">
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Help make Mozc better by automatically sending usage statistics and crash reports to Google." id="25">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
Expand Down Expand Up @@ -81,7 +81,7 @@
<textField verticalHuggingPriority="750" id="5">
<rect key="frame" x="17" y="276" width="384" height="34"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Do you want to enable Google Japanese Input?" id="6">
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Do you want to enable Mozc?" id="6">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
Expand Down
4 changes: 2 additions & 2 deletions src/mac/English.lproj/Config.xib
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<menu title="Google Japanese Input" id="6" userLabel="Menu (Google Japanese Input)">
<menu title="Mozc" id="6" userLabel="Menu (Mozc)">
<items>
<menuItem title="Reconversion" keyEquivalent="R" id="30">
<modifierMask key="keyEquivalentModifierMask" control="YES"/>
Expand All @@ -36,7 +36,7 @@
<action selector="dictionaryToolClicked:" target="-2" id="20"/>
</connections>
</menuItem>
<menuItem title="About Google Japanese Input" id="28">
<menuItem title="About Mozc" id="28">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="aboutDialogClicked:" target="-2" id="29"/>
Expand Down
4 changes: 2 additions & 2 deletions src/mac/Japanese.lproj/Config.xib
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<menu title="Google Japanese Input" id="6" userLabel="Menu (Google Japanese Input)">
<menu title="Mozc" id="6" userLabel="Menu (Mozc)">
<items>
<menuItem title="再変換" keyEquivalent="R" id="30">
<modifierMask key="keyEquivalentModifierMask" control="YES"/>
Expand All @@ -36,7 +36,7 @@
<action selector="dictionaryToolClicked:" target="-2" id="20"/>
</connections>
</menuItem>
<menuItem title="Google 日本語入力について" id="28">
<menuItem title="Mozcについて" id="28">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="aboutDialogClicked:" target="-2" id="29"/>
Expand Down

0 comments on commit caeb9ce

Please sign in to comment.