Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudFonzam committed Oct 4, 2024
1 parent eebcf0f commit 5ae5e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundle/language_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ angal.inventoryrow.doyoureallywanttocleanthistable.msg
angal.inventoryrow.doyouwanttoaddallnotyetlistedproducts.msg = Do you want to add all not yet listed products?
angal.inventoryrow.doyouwanttocontinueediting.msg = Do you want to continue editing?
angal.inventoryrow.doyouwanttosavethechanges.msg = Do you want to save the changes?
angal.inventory.doyoureallywanttovalidatethisinventory.msg = Do you really want to validate this inventory?
angal.inventoryrow.doyoureallywanttovalidatethisinventory.msg = Do you really want to validate this inventory?
angal.inventoryrow.notfound.msg = Inventory not found.
angal.inventoryrow.invalidquantity.msg = Invalid quantity.
angal.inventory.pleaseinsertavalidinventorydate.msg = Please insert a valid inventory date.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ private JButton getValidateButton() {
MessageDialog.error(null, "angal.inventory.allinventoryrowshouldhavelotbeforevalidation.msg");
return;
}
int reset = MessageDialog.yesNo(null, "angal.inventory.doyoureallywanttovalidatethisinventory.msg");
int reset = MessageDialog.yesNo(null, "angal.inventoryrow.doyoureallywanttovalidatethisinventory.msg");
if (reset == JOptionPane.YES_OPTION) {
String dischargeCode = inventory.getDischargeType();
String chargeCode = inventory.getChargeType();
Expand Down

0 comments on commit 5ae5e23

Please sign in to comment.