Fix spelling of override

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-05-24 10:47:16 +01:00
committed by Trial97
parent a29b189056
commit 609a4f7160

View File

@@ -657,7 +657,7 @@ QMenu* ResourceFolderModel::createHeaderContextMenu(QTreeView* tree)
auto menu = new QMenu(tree);
{ // action to decide if the visibility is per instance or not
auto act = new QAction(tr("Overide Columns Visibility"), menu);
auto act = new QAction(tr("Override Columns Visibility"), menu);
auto const overrideSettingName = QString("UI/%1_Page/ColumnsOverride").arg(id());
act->setCheckable(true);