Skip to content

Commit

Permalink
fix: Fixed a translation error
Browse files Browse the repository at this point in the history
  • Loading branch information
dm94 committed Oct 11, 2024
1 parent b8fd3e4 commit 056336e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main/resources/com/deeme/lang/strings_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ buy_item_conditions.quantity=Quantity
quantity_condition=Quantity condition
quantity_condition.min_quantity=Buy if less than
quantity_condition.min_quantity.desc=When the quantity of the item is below the marked quantity, the condition is activated.
quantity_condition.item_to_control=Item to use to check
quantity_condition.item_to_control.desc=This is the item that the bot will use to check the amount it has and activate the condition if it is below that amount.

anti_train=Anti Train
anti_train.max_enemies=Enemies to consider a train
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DmPlugin",
"author": "Dm94Dani",
"version": "2.3.3",
"version": "2.3.4 beta 3",
"minVersion": "1.131",
"supportedVersion": "1.131.2",
"basePackage": "com.deeme",
Expand Down

0 comments on commit 056336e

Please sign in to comment.