Skip to content

Commit

Permalink
Grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Apr 12, 2022
1 parent 367d876 commit 69368e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion las_trx/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 69368e9

Please sign in to comment.