summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/res
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2025-04-12 13:39:34 +0200
committerJosJuice <josjuice@gmail.com>2025-04-19 14:29:49 +0200
commit3eee52cb6bbebfc6b44b43aa85cd22b17b27aca5 (patch)
tree558958cd16b9046f9f326fc9ee06bed1e0b53eba /Source/Android/app/src/main/res
parent49ebdaaae31a9cb33b22cbfd8d9c560a407a6dc0 (diff)
Android: Create toggle for enabling/disabling time tracking
Diffstat (limited to 'Source/Android/app/src/main/res')
-rw-r--r--Source/Android/app/src/main/res/values/strings.xml2
1 files changed, 2 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 1b08fc6475..aa0266968f 100644
--- a/Source/Android/app/src/main/res/values/strings.xml
+++ b/Source/Android/app/src/main/res/values/strings.xml
@@ -153,6 +153,8 @@
<string name="panic_handlers_description">Show a message box when a potentially serious error has occurred. Disabling this may avoid annoying and non-fatal messages, but it may result in major crashes having no explanation at all.</string>
<string name="osd_messages">Show On-Screen Display Messages</string>
<string name="osd_messages_description">Display messages over the emulation screen area. These messages include memory card writes, video backend and CPU information, and JIT cache clearing.</string>
+ <string name="time_tracking">Enable Play Time Tracking</string>
+ <string name="time_tracking_description">Tracks the time you spend playing games and shows it in the game details.</string>
<string name="download_game_covers">Download Game Covers from GameTDB.com</string>
<string name="show_titles_in_game_list">Show Titles</string>
<string name="change_theme">Change App Theme</string>