From 64a250391c3d7b32f62dfe6814d2fa1d3581f938 Mon Sep 17 00:00:00 2001 From: Mike Solar Date: Sat, 18 Jul 2026 20:13:58 +0800 Subject: [PATCH] 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. --- app/dialog/about/about.cpp | 6 +++++- app/ts/zh_CN.ts | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app/dialog/about/about.cpp b/app/dialog/about/about.cpp index d13114249..e173c623b 100644 --- a/app/dialog/about/about.cpp +++ b/app/dialog/about/about.cpp @@ -65,6 +65,7 @@ AboutDialog::AboutDialog(bool welcome_dialog, QWidget *parent) "

%1 %2

" // AppName (version identifier) "

%3

" // Description "

%4

" // Fork notice + "

%5

" // Special thanks "") .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 " - "Olive Video Editor."))); + "Olive Video Editor."), + 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); diff --git a/app/ts/zh_CN.ts b/app/ts/zh_CN.ts index 858f3084f..05cf8dbb0 100644 --- a/app/ts/zh_CN.ts +++ b/app/ts/zh_CN.ts @@ -687,6 +687,10 @@ The possible range of CRF in SVT-AV1 is 1-63. About %1 关于 %1 + + 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. + 特别感谢 Olive Facebook 用户群组管理员 Enzo GD,在项目早期为宣传推广所给予的慷慨支持。 + Oak Video Editor is a free open source non-linear video editor. This software is licensed under the GNU GPL Version 3.