Rename "Changelog" to "What's new"

This commit is contained in:
Alex Pyrgiotis 2023-07-21 17:40:29 +03:00
parent b4bcd833e6
commit 8d86b0a15f
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -187,7 +187,7 @@ class MainWindow(QtWidgets.QMainWindow):
version = self.dangerzone.settings.get("updater_latest_version")
changelog = self.dangerzone.settings.get("updater_latest_changelog")
changelog_widget = CollapsibleBox("Changelog")
changelog_widget = CollapsibleBox("What's New?")
changelog_layout = QtWidgets.QVBoxLayout()
changelog_text_box = QtWidgets.QTextBrowser()
changelog_text_box.setHtml(changelog)