Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblockplussbrowser/res/values/sysarrays.xml

Issue 29453722: Noissue - Lint adjustments and optimizations (Closed)
Patch Set: Adjustments based on review comments Created June 13, 2017, 9:23 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: adblockplussbrowser/res/values/sysarrays.xml
===================================================================
--- a/adblockplussbrowser/res/values/sysarrays.xml
+++ b/adblockplussbrowser/res/values/sysarrays.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="download_settings_values">
- <item>1</item>
- <item>2</item>
+ <item>@string/download_settings_value_wifi</item>
+ <item>@string/download_settings_always</item>
</string-array>
</resources>

Powered by Google App Engine
This is Rietveld