diff --git a/las_trx/main.py b/las_trx/main.py index 7ad2a26..0c00113 100644 --- a/las_trx/main.py +++ b/las_trx/main.py @@ -44,7 +44,7 @@ def __init__(self): self.setWindowIcon(icon) self.done_msg_box = QMessageBox(self) - self.done_msg_box.setText("File(s) were converted successfully") + self.done_msg_box.setText("File(s) converted successfully") self.done_msg_box.setWindowTitle("Success") self.err_msg_box = QErrorMessage(self) self.err_msg_box.setWindowTitle("Error")