diff --git a/editor/js/ui/userSettings.js b/editor/js/ui/userSettings.js index ae54bf09d..1b9193ebe 100644 --- a/editor/js/ui/userSettings.js +++ b/editor/js/ui/userSettings.js @@ -121,7 +121,7 @@ RED.userSettings = (function() { title: "menu.label.other", options: [ {setting:"view-show-tips",oldSettings:"menu-menu-item-show-tips",label:"menu.label.showTips",toggle:true,default:true,onchange:"core:toggle-show-tips"}, - {setting:"view-flow-vertical",label:"menu.label.view.flowVirtical",toggle:true,default:true,onchange:RED.view.vertical} + {setting:"view-flow-vertical",label:"menu.label.view.flowVertical",toggle:true,default:true,onchange:RED.view.vertical} ] } ]; diff --git a/red/api/editor/locales/en-US/editor.json b/red/api/editor/locales/en-US/editor.json index ec6bd694d..e7cc38fc6 100644 --- a/red/api/editor/locales/en-US/editor.json +++ b/red/api/editor/locales/en-US/editor.json @@ -42,7 +42,7 @@ "ltr": "Left-to-right", "rtl": "Right-to-left", "auto": "Contextual", - "flowVirtical": "Virtical flow" + "flowVertical": "Vertical flow" }, "sidebar": { "show": "Show sidebar" diff --git a/red/api/editor/locales/ja/editor.json b/red/api/editor/locales/ja/editor.json index 3e566c9b9..6f77cdd51 100644 --- a/red/api/editor/locales/ja/editor.json +++ b/red/api/editor/locales/ja/editor.json @@ -42,7 +42,7 @@ "ltr": "左から右", "rtl": "右から左", "auto": "文脈", - "flowVirtical": "縦フロー" + "flowVertical": "縦フロー" }, "sidebar": { "show": "サイドバーを表示" diff --git a/red/api/editor/locales/zh-CN/editor.json b/red/api/editor/locales/zh-CN/editor.json index af54621d0..172ea957e 100644 --- a/red/api/editor/locales/zh-CN/editor.json +++ b/red/api/editor/locales/zh-CN/editor.json @@ -38,7 +38,7 @@ "ltr": "从左到右", "rtl": "从右到左", "auto": "上下文", - "flowVirtical": "Virtical flow" + "flowVertical": "Vertical flow" }, "sidebar": { "show": "显示侧边栏"