about: thank Enzo GD in the About and Welcome dialogs

Enzo GD, administrator of the Olive Facebook user group, gave this
project generous promotional support in its early days. The shared body
text now carries a special-thanks line in both the About dialog and the
first-run Welcome dialog; zh_CN translation included.
This commit is contained in:
2026-07-18 20:13:58 +08:00
parent fd93de42ca
commit 64a250391c
2 changed files with 9 additions and 1 deletions
+5 -1
View File
@@ -65,6 +65,7 @@ AboutDialog::AboutDialog(bool welcome_dialog, QWidget *parent)
"<p><b>%1</b> %2</p>" // AppName (version identifier)
"<p>%3</p>" // Description
"<p>%4</p>" // Fork notice
"<p>%5</p>" // Special thanks
"</body></html>")
.arg(
QApplication::applicationName(),
@@ -72,7 +73,10 @@ AboutDialog::AboutDialog(bool welcome_dialog, QWidget *parent)
tr("Oak Video Editor is a free open source non-linear video editor. "
"This software is licensed under the GNU GPL Version 3."),
tr("This project is a fork of "
"<a href=\"https://github.com/olive-editor/olive\">Olive Video Editor</a>.")));
"<a href=\"https://github.com/olive-editor/olive\">Olive Video Editor</a>."),
tr("Special thanks to Enzo GD, administrator of the Olive "
"Facebook user group, for his generous support in spreading "
"the word about this project in its early days.")));
// Set text formatting
label->setAlignment(Qt::AlignLeft | Qt::AlignVCenter);
+4
View File
@@ -687,6 +687,10 @@ The possible range of CRF in SVT-AV1 is 1-63.</source>
<source>About %1</source>
<translation> %1</translation>
</message>
<message>
<source>Special thanks to Enzo GD, administrator of the Olive Facebook user group, for his generous support in spreading the word about this project in its early days.</source>
<translation> Olive Facebook Enzo GD广</translation>
</message>
<message>
<location line="+29" />
<source>Oak Video Editor is a free open source non-linear video editor. This software is licensed under the GNU GPL Version 3.</source>