summaryrefslogtreecommitdiff
path: root/src/android
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-04-30 22:34:13 -0400
committerGravatar bunnei2023-06-03 00:05:56 -0700
commit71314320375e137dd905b94864d6258f9d7edccc (patch)
tree26b4bce19cdcd8437e66e1cde8ad48062002f865 /src/android
parentandroid: Adjust wording on GPU driver install button (diff)
downloadyuzu-71314320375e137dd905b94864d6258f9d7edccc.tar.gz
yuzu-71314320375e137dd905b94864d6258f9d7edccc.tar.xz
yuzu-71314320375e137dd905b94864d6258f9d7edccc.zip
android: Fix grammatical mistake in video core error message
Diffstat (limited to 'src/android')
-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 c390f0575..8220cd412 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -121,7 +121,7 @@
121 <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> 121 <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>
122 <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> 122 <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>
123 <string name="loader_error_video_core">An error occurred initializing the video core</string> 123 <string name="loader_error_video_core">An error occurred initializing the video core</string>
124 <string name="loader_error_video_core_description">This is usually caused by an incompatible GPU drivers. Installing a custom GPU driver may resolve this problem.</string> 124 <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>
125 <string name="loader_error_invalid_format">Unable to load ROM</string> 125 <string name="loader_error_invalid_format">Unable to load ROM</string>
126 126
127 <!-- Emulation Menu --> 127 <!-- Emulation Menu -->