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.