diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2021-04-30 08:41:29 -0700 |
|---|---|---|
| committer | Chris Bessent <lost.dragonist@gmail.com> | 2021-04-30 08:41:29 -0700 |
| commit | a8bcbf6555a5191f930407c674cedec5f271471b (patch) | |
| tree | 696cb72fe18fcdf8f9f9e930288b9c0c6ebd6a6f /src/tutorials/tutorial_conflictresolution_main.js | |
| parent | aafd5237360759aaeac8714ea31ad7a61f243037 (diff) | |
Fix up tutorials
Diffstat (limited to 'src/tutorials/tutorial_conflictresolution_main.js')
| -rw-r--r-- | src/tutorials/tutorial_conflictresolution_main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tutorials/tutorial_conflictresolution_main.js b/src/tutorials/tutorial_conflictresolution_main.js index a2aa278d..46518a93 100644 --- a/src/tutorials/tutorial_conflictresolution_main.js +++ b/src/tutorials/tutorial_conflictresolution_main.js @@ -76,7 +76,7 @@ function getTutorialSteps() { tutorial.text = qsTr("... here, if you mark the highlighted control, the tree will only display files in conflict. "
+"In the right column, it says which mod currently provides the mod (because it has highest priority) "
+"and if you hover your mouse over that info, it will list which other mods contains it.")
- highlightItem("conflictsCheckBox", false)
+ highlightItem("dataTabShowOnlyConflicts", false)
waitForClick()
},
function() {
|
