fix: Unify xswiftbus spelling

This commit is contained in:
Lars Toenning
2024-04-22 22:36:57 +02:00
parent d5a74e9baa
commit b39e8c3a7e
40 changed files with 86 additions and 86 deletions

View File

@@ -314,7 +314,7 @@ private:
//! Ckeck if the DB data have been loaded
void checkDbDataLoaded();
//! Copy the XSwiftBus files from build directory
//! Copy the xswiftbus files from build directory
void copyXSwiftBusDialog(bool checkFileTimestamp);
//! Auto publish diloag

View File

@@ -144,7 +144,7 @@ void SwiftGuiStd::initMenus()
if (CBuildConfig::isLocalDeveloperDebugBuild() && ui->menu_File && ui->menu_File->actions().size() > 5)
{
QAction *act = new QAction(CIcons::swift16(), "Copy XSwiftBus dialog");
QAction *act = new QAction(CIcons::swift16(), "Copy xswiftbus dialog");
ui->menu_File->insertAction(ui->menu_File->actions().at(5), act);
c = connect(
act, &QAction::triggered, this, [=] {
@@ -170,7 +170,7 @@ void SwiftGuiStd::copyXSwiftBusDialog(bool checkFileTimestamp)
if (!xpDirExists)
{
if (checkFileTimestamp) { return; }
QMessageBox::warning(this, tr("Copy XSwiftBus"), tr("XPlane directory does not exists!"), QMessageBox::Close);
QMessageBox::warning(this, tr("Copy xswiftbus"), tr("XPlane directory does not exists!"), QMessageBox::Close);
return;
}