diff --git a/DeckEditor/index.html b/DeckEditor/index.html index a346a61..240184a 100644 --- a/DeckEditor/index.html +++ b/DeckEditor/index.html @@ -1,13 +1,13 @@ - - + + DeckEditor - + @@ -73,12 +73,12 @@ - + - + \ No newline at end of file diff --git a/Localize.js b/Localize.js index 6ddd09e..351b0dc 100644 --- a/Localize.js +++ b/Localize.js @@ -7,7 +7,7 @@ var map_zh_CN = { 'OK': '确定', 'CANCEL': '取消', 'NO_CARDS': '没有卡牌', - 'or': '或' + 'OR': '或' }, _misc: { 'DIALOG_TITLE_EFFECTS': '多个效果发动,选择一个优先处理', @@ -2433,7 +2433,7 @@ Localize.guard = function (info) { Localize.cost = function (info) { if (info.costOr) { return info.costOr.map(function (color) { - return Localize('costColor',color); + return Localize('color',color); },this).join(' ' + Localize('common', 'OR') + ' '); } var props = ['costWhite','costBlack','costRed','costBlue','costGreen','costColorless']; diff --git a/index.html b/index.html index 50dd304..28aaea9 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - - + + @@ -243,16 +243,16 @@ - + - + - + \ No newline at end of file