feat(settings/options/renderingMode): update text

This commit is contained in:
2026-02-10 14:23:03 +01:00
parent bb7b85c86f
commit 0360d0ff1f
2 changed files with 4 additions and 2 deletions

View File

@@ -54,7 +54,8 @@
"description": "Change the app rendering mode\nbetween 2D and 3D.",
"3dMode": "3D Mode",
"2dMode": "2D Mode",
"autoStart": "Choose how the app renders.\n3D uses the interactive NDS model.\n2D uses flat canvas screens.",
"3dDescription": "Full 3D experience with\nthe interactive NDS model.\nBest on powerful devices.",
"2dDescription": "Lightweight flat experience.\nFaster and less resource heavy.\nRecommended if 3D mode is lagging.",
"confirmation3d": "Rendering mode set to 3D",
"confirmation2d": "Rendering mode set to 2D"
},