From 8d86b0a15f14db8c576d69bdc353f352d1344763 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Fri, 21 Jul 2023 17:40:29 +0300 Subject: [PATCH] Rename "Changelog" to "What's new" --- dangerzone/gui/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dangerzone/gui/main_window.py b/dangerzone/gui/main_window.py index f65beed..8da0748 100644 --- a/dangerzone/gui/main_window.py +++ b/dangerzone/gui/main_window.py @@ -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)