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: Adjusting HashSet initialization in Subscription Created July 19, 2017, 4:40 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
« no previous file with comments | « no previous file | adblockplussbrowser/res/values/sysstrings.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | adblockplussbrowser/res/values/sysstrings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld