Skip to content

Commit

Permalink
Merge pull request mycolorway#374 from kimufly/master
Browse files Browse the repository at this point in the history
修改i18n中中文翻译错误
  • Loading branch information
farthinker committed Dec 17, 2015
2 parents ec26e74 + 9b158f6 commit 91647a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/simditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2683,8 +2683,8 @@ Simditor.i18n = {
'linkText': '链接文字',
'linkUrl': '链接地址',
'linkTarget': '打开方式',
'openLinkInCurrentWindow': '在新窗口中打开',
'openLinkInNewWindow': '在当前窗口中打开',
'openLinkInCurrentWindow': '在当前窗口中打开',
'openLinkInNewWindow': '在新窗口中打开',
'removeLink': '移除链接',
'ol': '有序列表',
'ul': '无序列表',
Expand Down

0 comments on commit 91647a8

Please sign in to comment.