Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Semantic changes for delete confirmation message #620

Merged
merged 1 commit into from
Jan 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
<string name="share_using">分享使用</string>
<string name="badge_delete_warning">" 您确定要删除此徽章吗?"</string>
<string name="clipart_delete_warning">" 您确定要删除此剪贴画吗?"</string>
<string name="delete_badge_confirm">" 成功删除徽章"</string>
<string name="delete_clipart_confirm">" 成功删除剪贴画"</string>
<string name="delete_badge_confirm">徽章已成功刪除</string>
<string name="delete_clipart_confirm">剪貼畫已成功刪除</string>
</resources>
4 changes: 2 additions & 2 deletions android/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<string name="enable_bluetooth">You must turn Bluetooth on to use send feature</string>
<string name="badge_delete_warning">Are you sure want to delete this badge?</string>
<string name="clipart_delete_warning">Are you sure want to delete this clipart?</string>
<string name="delete_badge_confirm">Delete Badge Successfully</string>
<string name="delete_clipart_confirm">Delete Clipart Successfully</string>
<string name="delete_badge_confirm">Badge deleted Successfully</string>
<string name="delete_clipart_confirm">Clipart deleted Successfully</string>

<string name="flash">Flash</string>
<string name="marquee">Marquee</string>
Expand Down