Fixed a typo.

The warning message-box for when the bulk manager was empty has been fixed.
This commit is contained in:
tntscreed 2023-03-07 21:56:30 +01:00
parent 2ead298b00
commit 1fd45ba1d2

View file

@ -367,7 +367,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
# Get the data from the tableview
model = bulkUi.tableView.model()
if model.rowCount() == 0:
QMessageBox.warning(self, "No Entries!", "Please information to apply to the selected characters.")
QMessageBox.warning(self, "No Entries!", "Please add entries to apply to the selected characters.")
return
# Loop through each selected character and add the bulk info to them