diff options
| author | JosJuice <josjuice@gmail.com> | 2022-04-18 18:54:58 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2023-03-03 22:28:24 +0100 |
| commit | 2113bf5e3afface4acd072f677c620c60bd6edde (patch) | |
| tree | f4ddc26fa0b8785a73b175d99d30773d8c9c2711 /Source/Android/app/src/main/res | |
| parent | a78dca5fb08d7c0f18d3d43d5b3b485549a5a8ce (diff) | |
Android: Implement enabling/disabling control groups
All this code for just a single checkbox... Ah well, it has to be done
Diffstat (limited to 'Source/Android/app/src/main/res')
| -rw-r--r-- | Source/Android/app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index 4fd30b59fb..7099a1e33f 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -585,6 +585,7 @@ It can efficiently compress both junk data and encrypted Wii data. <string name="unavailable_paths">Dolphin does not have permission to access one or more configured paths. Would you like to fix this before starting?</string> <!-- Misc --> + <string name="enabled">Enabled</string> <string name="pitch">Total Pitch</string> <string name="yaw">Total Yaw</string> <string name="vertical_offset">Vertical Offset</string> |
