Fix spelling of override
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
a29b189056
commit
609a4f7160
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ QMenu* ResourceFolderModel::createHeaderContextMenu(QTreeView* tree)
|
||||||
auto menu = new QMenu(tree);
|
auto menu = new QMenu(tree);
|
||||||
|
|
||||||
{ // action to decide if the visibility is per instance or not
|
{ // 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());
|
auto const overrideSettingName = QString("UI/%1_Page/ColumnsOverride").arg(id());
|
||||||
|
|
||||||
act->setCheckable(true);
|
act->setCheckable(true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue