Skip to content

Commit

Permalink
Merge pull request #30 from isaak654/patch-1
Browse files Browse the repository at this point in the history
[TE] Fix english typo in Settings window
  • Loading branch information
DavidXanatos committed Nov 13, 2021
2 parents 248df2d + 1ce2aae commit fc0d3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TaskExplorer/GUI/SettingsWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CSettingsWindow::CSettingsWindow(QWidget *parent)
this->setCentralWidget(centralWidget);
this->setWindowTitle(tr("Task Explorer - Settings"));

ui.uiLang->addItem("International Englisch", "");
ui.uiLang->addItem("International English", "");
QDir langDir(QApplication::applicationDirPath() + "/translations/");
foreach(const QString& langFile, langDir.entryList(QStringList("taskexplorer_*.qm"), QDir::Files))
{
Expand Down Expand Up @@ -260,4 +260,4 @@ void CSettingsWindow::OnChange()

ui.cellSeparator->setEnabled(ui.chkSimpleCopy->isChecked());
ui.maxCellWidth->setEnabled(!ui.chkSimpleCopy->isChecked());
}
}

0 comments on commit fc0d3db

Please sign in to comment.