diff --git a/ui/about.py b/ui/about.py --- a/ui/about.py +++ b/ui/about.py @@ -27,4 +27,4 @@ class Ui_Form(object): def retranslateUi(self, Form): _translate = QtCore.QCoreApplication.translate Form.setWindowTitle(_translate("Form", "About KUSBFloppyFormatter")) - self.label.setText(_translate("Form", "

USB Floppy Formatter

Version 1.0

By: Khaelenmore Thaal


GUI utility for formatting thumb drives for usage with hardware usb emulators
Uses Qt5
https://www.qt.io/
Uses PyQt5
https://www.riverbankcomputing.com/software/pyqt/intro
Built-in icons by
http://www.fatcow.com/free-icons
This program is licensed with GNU GPL v3
This program is available on
http://silverwing.one/pages/kusbff

")) + self.label.setText(_translate("Form", "

USB Floppy Formatter

Version 1.0.2

By: Khaelenmore Thaal


GUI utility for formatting thumb drives for usage with hardware usb emulators
Uses Qt5
https://www.qt.io/
Uses PyQt5
https://www.riverbankcomputing.com/software/pyqt/intro
Built-in icons by
http://www.fatcow.com/free-icons
This program is licensed with GNU GPL v3
This program is available on
http://silverwing.one/pages/kusbff

"))