summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-12-14 02:23:40 -0600
committerSilarn <jrim@rimpo.org>2019-12-14 02:23:40 -0600
commitdb59ebdba062de05292b648a5da48e6c4630d680 (patch)
tree4941a0d9fef19616d1e0554b746fec484bf2ad76 /src
parent99fe545ff48d3b953c63a4af05ef21d5742b9911 (diff)
Fix tutorial targets
Diffstat (limited to 'src')
-rw-r--r--src/settingsdialog.ui2
-rw-r--r--src/tutorials/tutorial_primer_main.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui
index b836e321..2ceb91db 100644
--- a/src/settingsdialog.ui
+++ b/src/settingsdialog.ui
@@ -722,7 +722,7 @@
</widget>
</item>
<item>
- <widget class="QGroupBox" name="groupBox_4">
+ <widget class="QGroupBox" name="nexusBox">
<property name="title">
<string>Nexus Connection</string>
</property>
diff --git a/src/tutorials/tutorial_primer_main.js b/src/tutorials/tutorial_primer_main.js
index 7972cca4..95faa33d 100644
--- a/src/tutorials/tutorial_primer_main.js
+++ b/src/tutorials/tutorial_primer_main.js
@@ -80,7 +80,7 @@ function setupTooptips() {
tooltipWidget("displayCategoriesBtn", qsTr("Show/hide the category pane."))
tooltipWidget("modFilterEdit", qsTr("Quickly filter the mod list as you type."))
tooltipWidget("qt_tabwidget_tabbar", qsTr("Switch between information views."), 0, true)
- tooltipWidget("categoriesList", qsTr("This shows mod categories and some meta categories (in angle-brackets). Select some to filter the mod list. For example select \"<Checked>\" to show only active mods."))
+ tooltipWidget("categoriesGroup", qsTr("This shows mod categories and some meta categories (in angle-brackets). Select some to filter the mod list. For example select \"<Checked>\" to show only active mods."))
tooltipWidget("executablesListBox", qsTr("Customizable list for choosing the program to run."))
tooltipWidget("startButton", qsTr("When this button is clicked, Mod Organizer creates a virtual directory structure then runs the program selected to the left."))
tooltipWidget("linkButton", qsTr("Will create a shortcut for quick access. The shortcut can be placed in the toolbar at the top, in the Start Menu or on the Windows Desktop."))