some translations
This commit is contained in:
@@ -274,9 +274,12 @@
|
||||
|
||||
<!-- 右上角按钮 -->
|
||||
<Panel id="RightTopButtons">
|
||||
<!-- removing donate button -->
|
||||
<!--
|
||||
<Button onactivate="$('#DonatePanel').RemoveClass('Hide')" >
|
||||
<Label text="#donate" />
|
||||
</Button>
|
||||
-->
|
||||
</Panel>
|
||||
|
||||
<!-- 赞助 -->
|
||||
|
||||
@@ -625,7 +625,7 @@ function InitCardGroup() {
|
||||
panel.SetPanelEvent("onactivate", "SelectCardGroup(" + i + ")");
|
||||
if (i === 0) {
|
||||
panel.FindChildTraverse("GroupName").text = $.Localize("#td_random_group");
|
||||
panel.SetAttributeString("groupname", "请点击下一步继续");
|
||||
panel.SetAttributeString("groupname", "Please hit continue");
|
||||
continue;
|
||||
}
|
||||
var key = "cardgroup" + i;
|
||||
|
||||
Reference in New Issue
Block a user