summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar liamwhite2023-07-17 10:42:31 -0400
committerGravatar GitHub2023-07-17 10:42:31 -0400
commit8750564bd26fbb211653edadb490d4c442e2935a (patch)
treeee2535e289a064f8d144e4ba361e94338e34284e
parentMerge pull request #10912 from comex/ssl (diff)
parentandroid: fix links to re-dumping guides (diff)
downloadyuzu-8750564bd26fbb211653edadb490d4c442e2935a.tar.gz
yuzu-8750564bd26fbb211653edadb490d4c442e2935a.tar.xz
yuzu-8750564bd26fbb211653edadb490d4c442e2935a.zip
Merge pull request #11102 from v1993/your-mom-is-encrypted
android: fix links to re-dumping guides
Diffstat (limited to '')
-rw-r--r--src/android/app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index b963f0119..bfdebd35b 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -232,7 +232,7 @@
232 232
233 <!-- ROM loading errors --> 233 <!-- ROM loading errors -->
234 <string name="loader_error_encrypted">Your ROM is encrypted</string> 234 <string name="loader_error_encrypted">Your ROM is encrypted</string>
235 <string name="loader_error_encrypted_roms_description"><![CDATA[Please follow the guides to redump your <a href="https://yuzu-emu.org/help/quickstart/#dumping-cartridge-games">game cartidges</a> or <a href="https://yuzu-emu.org/help/quickstart/#dumping-installed-titles-eshop">installed titles</a>.]]></string> 235 <string name="loader_error_encrypted_roms_description"><![CDATA[Please follow the guides to redump your <a href="https://yuzu-emu.org/help/quickstart/#dumping-physical-titles-game-cards">game cartidges</a> or <a href="https://yuzu-emu.org/help/quickstart/#dumping-digital-titles-eshop">installed titles</a>.]]></string>
236 <string name="loader_error_encrypted_keys_description"><![CDATA[Please ensure your <a href="https://yuzu-emu.org/help/quickstart/#dumping-prodkeys-and-titlekeys">prod.keys</a> file is installed so that games can be decrypted.]]></string> 236 <string name="loader_error_encrypted_keys_description"><![CDATA[Please ensure your <a href="https://yuzu-emu.org/help/quickstart/#dumping-prodkeys-and-titlekeys">prod.keys</a> file is installed so that games can be decrypted.]]></string>
237 <string name="loader_error_video_core">An error occurred initializing the video core</string> 237 <string name="loader_error_video_core">An error occurred initializing the video core</string>
238 <string name="loader_error_video_core_description">This is usually caused by an incompatible GPU driver. Installing a custom GPU driver may resolve this problem.</string> 238 <string name="loader_error_video_core_description">This is usually caused by an incompatible GPU driver. Installing a custom GPU driver may resolve this problem.</string>