Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10477 from mixed/patch-1
Browse files Browse the repository at this point in the history
Fix Korean translation of split view menu items (they were reversed)
  • Loading branch information
peterflynn committed Mar 3, 2015
2 parents 55bd215 + 85a74b7 commit dd27cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/nls/ko/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ define({
"RIGHT" : "오른쪽",

"CMD_SPLITVIEW_NONE" : "나누지 않음",
"CMD_SPLITVIEW_VERTICAL" : "위/아래로 분할",
"CMD_SPLITVIEW_HORIZONTAL" : "왼쪽/오른쪽으로 분할",
"SPLITVIEW_MENU_TOOLTIP" : "에디터를 위/아래 또는 왼쪽/오른쪽으로 분할합니다",
"CMD_SPLITVIEW_VERTICAL" : "왼쪽/오른쪽으로 분할",
"CMD_SPLITVIEW_HORIZONTAL" : "위/아래로 분할",
"SPLITVIEW_MENU_TOOLTIP" : "에디터를 왼쪽/오른쪽 또는 위/아래로 분할합니다",
"GEAR_MENU_TOOLTIP" : "Configure Working Set",

"SPLITVIEW_INFO_TITLE" : "이미 열려있는 파일",
Expand Down

0 comments on commit dd27cf9

Please sign in to comment.