Fix a typo replacing “縦書き” with “横書き”

This commit is contained in:
1024jp 2018-02-13 13:38:58 +09:00
parent 660fd4d5dd
commit 1de9b1308b
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ Change Log
unreleased
--------------------------
### Fixes
- Fix an issue where menu item title for “Horizontal” (in Format > Writing Direction) was displayed as “Vertical” in Japanase localization.
3.3.2 (229)

View File

@ -247,7 +247,7 @@
/* Class = "NSMenuItem"; title = "Orientation"; ObjectID = "6eV-nI-heo"; */
"6eV-nI-heo.title" = "向き";
/* Class = "NSMenuItem"; title = "Horizontal"; ObjectID = "jQ7-hG-AjA"; */
"jQ7-hG-AjA.title" = "書き";
"jQ7-hG-AjA.title" = "書き";
/* Class = "NSMenuItem"; title = "Vertical"; ObjectID = "bTd-nG-jjc"; */
"bTd-nG-jjc.title" = "縦書き";
/* Class = "NSMenuItem"; title = "Direction"; ObjectID = "ICu-yD-nVi"; */