Skip to content

Commit

Permalink
Optimize language file
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Aug 6, 2019
1 parent 69fe70f commit 420761b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/assets/ambershop/locale/en_us.conf
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ commands {
remove = "&eRemoved {0} shops."
set = "&eUpdated {0} shops."
}
fix = "&aDeleted {0} corrpted shop records, ID: {1}"
fix = "&aDeleted {0} &acorrpted shop records, ID: {1}"
}
updater = [
"AmberShop has an update."
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/ambershop/locale/zh_cn.conf
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ commands {
remove = "&e移除了 {0} 个商店"
set = "&e更新了 {0} 个商店"
}
fix = "&a删除了 {0} 个损坏的商店记录,ID: {1}"
fix = "&a删除了 {0} &a个损坏的商店记录,ID: {1}"
}
updater = [
"AmberShop 有更新了"
Expand Down

0 comments on commit 420761b

Please sign in to comment.