feat: Improve device information in debugging section

Closes #1977
This commit is contained in:
Ushie
2024-07-03 01:34:01 +03:00
committed by oSumAtrIX
parent a0e67a42e0
commit 0bb08c7afc
2 changed files with 14 additions and 16 deletions

View File

@@ -165,7 +165,7 @@
<string name="device_model">Model</string>
<string name="device_architectures">CPU Architectures</string>
<string name="device_memory_limit">Memory limits</string>
<string name="device_memory_limit_format">Normal: %1$d MB, Large: %2$d MB</string>
<string name="device_memory_limit_format">%1$dMB (Normal) - %2$dMB (Large)</string>
<string name="patch_bundles_section">Patch bundles</string>
<string name="patch_bundles_redownload">Redownload all patch bundles</string>
<string name="patch_bundles_reset">Reset patch bundles</string>
@@ -359,4 +359,6 @@
<string name="remote_bundle_description">Import remote files from a URL, can automatically update</string>
<string name="recommended">Recommended</string>
<string name="show">Show</string>
<string name="debugging">Debugging</string>
<string name="about_device">About device</string>
</resources>