diff options
| author | Silarn <jrim@rimpo.org> | 2019-12-14 02:23:40 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-12-14 02:23:40 -0600 |
| commit | db59ebdba062de05292b648a5da48e6c4630d680 (patch) | |
| tree | 4941a0d9fef19616d1e0554b746fec484bf2ad76 | |
| parent | 99fe545ff48d3b953c63a4af05ef21d5742b9911 (diff) | |
Fix tutorial targets
| -rw-r--r-- | src/settingsdialog.ui | 2 | ||||
| -rw-r--r-- | src/tutorials/tutorial_primer_main.js | 2 |
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."))
|
