Change project name;
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Olive Community Edition - Non-Linear Video Editor
|
||||
* Oak Video Editor - Non-Linear Video Editor
|
||||
* Copyright (C) 2025 Olive CE Team
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
@@ -179,7 +179,7 @@ ExportDialog::ExportDialog(ViewerOutput *viewer_node, bool stills_only_mode,
|
||||
|
||||
export_bkg_box_ = new QCheckBox(tr("Run In Background"));
|
||||
export_bkg_box_->setToolTip(tr(
|
||||
"Exporting in the background allows you to continue using Olive while "
|
||||
"Exporting in the background allows you to continue using Oak Video Editor while "
|
||||
"exporting, but may result in slower export speeds, and may"
|
||||
"severely impact editing and playback performance."));
|
||||
options_layout->addWidget(export_bkg_box_, opt_row, 0);
|
||||
@@ -341,7 +341,7 @@ void ExportDialog::StartExport()
|
||||
QtUtils::MsgBox(
|
||||
this, QMessageBox::Critical,
|
||||
tr("Failed to create output directory"),
|
||||
tr("The intended output directory doesn't exist and Olive couldn't create it. "
|
||||
tr("The intended output directory doesn't exist and Oak Video Editor couldn't create it. "
|
||||
"Please choose a different filename."));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user