mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Rename "Changelog" to "What's new"
This commit is contained in:
parent
b4bcd833e6
commit
8d86b0a15f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue