diff options
| author | 2023-02-04 03:26:16 -0800 | |
|---|---|---|
| committer | 2023-06-03 00:05:29 -0700 | |
| commit | 7a89c2fe3a88f646b116813f4dd23bde73eda55e (patch) | |
| tree | ffbfc65fc8f879dbda3177b45b33683e5f89832f /src/android | |
| parent | android: frontend: Modify ROM load messaging for invalid keys. (diff) | |
| download | yuzu-7a89c2fe3a88f646b116813f4dd23bde73eda55e.tar.gz yuzu-7a89c2fe3a88f646b116813f4dd23bde73eda55e.tar.xz yuzu-7a89c2fe3a88f646b116813f4dd23bde73eda55e.zip | |
android: strings: Refresh key dumping URL.
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/src/main/res/values/strings.xml | 2 |
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 5535f9ded..e450ee869 100644 --- a/src/android/app/src/main/res/values/strings.xml +++ b/src/android/app/src/main/res/values/strings.xml | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | <!-- General application strings --> | 4 | <!-- General application strings --> |
| 5 | <string name="app_name" translatable="false">yuzu</string> | 5 | <string name="app_name" translatable="false">yuzu</string> |
| 6 | <string name="app_disclaimer">This software will run games for the Nintendo Switch game console. No game titles or keys are included.<br /><br />Before you begin, please locate your <![CDATA[<b> prod.keys </b>]]> file on your device storage.<br /><br /><![CDATA[<a href="https://yuzu-emu.org/wiki/dumping-decryption-keys-from-a-switch-console/">Learn more</a>]]></string> | 6 | <string name="app_disclaimer">This software will run games for the Nintendo Switch game console. No game titles or keys are included.<br /><br />Before you begin, please locate your <![CDATA[<b> prod.keys </b>]]> file on your device storage.<br /><br /><![CDATA[<a href="https://yuzu-emu.org/help/quickstart">Learn more</a>]]></string> |
| 7 | <string name="app_notification_channel_name" translatable="false">yuzu</string> | 7 | <string name="app_notification_channel_name" translatable="false">yuzu</string> |
| 8 | <string name="app_notification_channel_id" translatable="false">yuzu</string> | 8 | <string name="app_notification_channel_id" translatable="false">yuzu</string> |
| 9 | <string name="app_notification_channel_description">yuzu Switch emulator notifications</string> | 9 | <string name="app_notification_channel_description">yuzu Switch emulator notifications</string> |