diff options
author | bunnei <bunneidev@gmail.com> | 2021-10-20 00:49:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 00:49:30 +0200 |
commit | c82318c9cbe8911752e41230349941270d7e270b (patch) | |
tree | 47ef5fff11ec76805e2b29cb94e0d26446e1afed /src | |
parent | Merge pull request #7198 from ameerj/settings-chrono (diff) | |
parent | add_link (diff) | |
download | yuzu-c82318c9cbe8911752e41230349941270d7e270b.tar yuzu-c82318c9cbe8911752e41230349941270d7e270b.tar.gz yuzu-c82318c9cbe8911752e41230349941270d7e270b.tar.bz2 yuzu-c82318c9cbe8911752e41230349941270d7e270b.tar.lz yuzu-c82318c9cbe8911752e41230349941270d7e270b.tar.xz yuzu-c82318c9cbe8911752e41230349941270d7e270b.tar.zst yuzu-c82318c9cbe8911752e41230349941270d7e270b.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/configuration/configure_tas.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/configuration/configure_tas.ui b/src/yuzu/configuration/configure_tas.ui index 6caa19031..7d44895c4 100644 --- a/src/yuzu/configuration/configure_tas.ui +++ b/src/yuzu/configuration/configure_tas.ui @@ -14,14 +14,14 @@ <item row="0" column="0" colspan="4"> <widget class="QLabel" name="label_1"> <property name="text"> - <string>Reads controller input from scripts in the same format as TAS-nx scripts.<br/>For a more detailed explanation please consult the FAQ on the yuzu website.</string> + <string><html><head/><body><p>Reads controller input from scripts in the same format as TAS-nx scripts.<br/>For a more detailed explanation, please consult the <a href="https://yuzu-emu.org/help/feature/tas/"><span style=" text-decoration: underline; color:#039be5;">help page</span></a> on the yuzu website.</p></body></html></string> </property> </widget> </item> <item row="1" column="0" colspan="4"> <widget class="QLabel" name="label_2"> <property name="text"> - <string>To check which hotkeys control the playback/recording, please refer to the Hotkey settings (General -> Hotkeys).</string> + <string>To check which hotkeys control the playback/recording, please refer to the Hotkey settings (Configure -> General -> Hotkeys).</string> </property> <property name="wordWrap"> <bool>true</bool> |