dre: overlay: Don't translate some strings

Change-Id: I1ea88f84af03f157894c11f857fc59ad0a4bae88
This commit is contained in:
Alexander Koskovich 2022-07-05 13:19:07 -07:00 committed by Albert Tang
parent ad5ad0568b
commit 5f56fa086c
2 changed files with 4 additions and 4 deletions

View file

@ -64,6 +64,6 @@
<!-- Configure wifi tcp buffersizes in the form:
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
<string name="config_wifi_tcp_buffers">524288,1048576,4525824,524288,1048576,4525824</string>
<string name="config_wifi_tcp_buffers" translatable="false">524288,1048576,4525824,524288,1048576,4525824</string>
</resources>