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

Side by Side Diff: res/values/sysstrings.xml

Issue 29355386: Issue 4463 - Content blocker unavailable error message (Closed)
Patch Set: Adjusting indentation Created Oct. 7, 2016, 2:38 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/org/adblockplus/sbrowser/contentblocker/ContentBlockerContentProvider.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <resources> 2 <resources>
3 3
4 <!-- Preference keys -->
4 <string name="key_automatic_updates">automatic_updates</string> 5 <string name="key_automatic_updates">automatic_updates</string>
5 <string name="key_acceptable_ads">acceptable_ads</string> 6 <string name="key_acceptable_ads">acceptable_ads</string>
6 <string name="key_application_activated">application_activated</string> 7 <string name="key_application_activated">application_activated</string>
7 <string name="key_aa_info_shown">aa_info_shown</string> 8 <string name="key_aa_info_shown">aa_info_shown</string>
9 <string name="key_cached_filter_path">cached_filter_path</string>
8 10
9 </resources> 11 </resources>
OLDNEW
« no previous file with comments | « no previous file | src/org/adblockplus/sbrowser/contentblocker/ContentBlockerContentProvider.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld