diff --git a/syncplay/ui/gui.py b/syncplay/ui/gui.py index 05acea3..ed12463 100755 --- a/syncplay/ui/gui.py +++ b/syncplay/ui/gui.py @@ -130,7 +130,7 @@ class AboutDialog(QtWidgets.QDialog): "
Python " + python_version() + " - " + __binding__ + " " + __binding_version__ + " - Qt " + __qt_version__ + "

") licenseLabel = QtWidgets.QLabel( - "

Copyright © 2012–2018 Syncplay

" + + "

Copyright © 2012–2019 Syncplay

" + getMessage("about-dialog-license-text") + "

") aboutIconPixmap = QtGui.QPixmap(resourcespath + "syncplay.png") aboutIconLabel = QtWidgets.QLabel()