Skip to content

Commit

Permalink
Update src/main/java/org/isf/medicalinventory/gui/InventoryBrowser.java
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Domanico <[email protected]>
  • Loading branch information
ArnaudFonzam and mwithi authored Sep 12, 2024
1 parent 4c9213b commit 72103d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ private JButton getDeleteButton() {

jButtonDelete.addActionListener(actionEvent -> {
if (jTableInventory.getSelectedRowCount() > 1) {
MessageDialog.error(this, "angasl.inventory.pleaseselectonlyoneinventory.msg");
MessageDialog.error(this, "angal.inventory.pleaseselectonlyoneinventory.msg");
return;
}
int selectedRow = jTableInventory.getSelectedRow();
Expand Down

0 comments on commit 72103d4

Please sign in to comment.