Commit 3d6a7c8a authored by fallenstardust's avatar fallenstardust

arrange string

parent b70aaabc
......@@ -807,7 +807,7 @@ class DeckManagerActivityImpl extends BaseCardsAcitivity implements RecyclerView
@Override
public void onClick(View v) {
du.dis();
ShareUtil.shareImage(DeckManagerActivityImpl.this, "卡组分享", savePath, null);
ShareUtil.shareImage(DeckManagerActivityImpl.this, getContext().getString(R.string.screenshoot), savePath, null);
}
});
......
......@@ -199,7 +199,7 @@ public class YGODialogUtil {
typeAdp.notifyItemInserted(typeList.size() - 1);
dlg.dismiss();
} else {
YGOUtil.show("新建分类失败");
YGOUtil.show(context.getString(R.string.create_new_failed));
}
});
......
......@@ -269,4 +269,5 @@
<string name="code_share">덱 코드 공유</string>
<string name="donot_editor_bot_Deck">덱을 변경하지 말아 주세요. 그러면 프로그램이 제대로 작동하지 않을 수 있습니다.</string>
<string name="unable_to_edit_empty_deck">수정 금지 빈 덱</string>
<string name="create_new_failed">생성 실패</string>
</resources>
......@@ -268,4 +268,5 @@
<string name="done">完成!</string>
<string name="donot_editor_bot_Deck">请不要更改/删除AI卡组否则会导致人机模式无法正常使用</string>
<string name="unable_to_edit_empty_deck">不可操作空卡组</string>
<string name="create_new_failed">创建失败</string>
</resources>
......@@ -271,4 +271,5 @@
<string name="code_share">Code Share</string>
<string name="screenshoot">Screenshoot</string>
<string name="unable_to_edit_empty_deck">unable to edit empty deck</string>
<string name="create_new_failed">Create Failed</string>
</resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment