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

Side by Side Diff: mobile/android/base/resources/xml/preferences_abb_abp_acceptable_ads.xml

Issue 5181816092753920: Issue 2562 - Acceptable Ads settings description typos (Closed)
Patch Set: Created May 21, 2015, 2:44 p.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 | mobile/android/base/strings.xml.in » ('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 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 5
6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" 6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
7 xmlns:gecko="http://schemas.android.com/apk/res-auto" 7 xmlns:gecko="http://schemas.android.com/apk/res-auto"
8 android:title="@string/pref_category_privacy_short" 8 android:title="@string/pref_category_privacy_short"
9 android:enabled="false"> 9 android:enabled="false">
10 10
11 <!-- keys prefixed with "android.not_a_preference." are not synced with Geck o --> 11 <!-- keys prefixed with "android.not_a_preference." are not synced with Geck o -->
12 <org.adblockplus.browser.AbpCheckBoxPreference android:key="android.not_a_pr eference.adblockbrowser.apiAcceptableAdsEnabled" 12 <org.adblockplus.browser.AbpCheckBoxPreference android:key="android.not_a_pr eference.adblockbrowser.apiAcceptableAdsEnabled"
13 android:title="@string/abb_pref_acceptable_ads" 13 android:title="@string/abb_pref_acceptable_ads"
14 android:defaultValue="true" 14 android:defaultValue="true"
15 android:persistent="false" 15 android:persistent="false"
16 android:enabled="false" /> 16 android:enabled="false" />
17 17
18 <PreferenceCategory android:title="@string/abb_pref_category_acceptable_ads" > 18 <!-- android:title="About Acceptable ads" -->
19 <PreferenceCategory android:title="@string/abb_pref_about_acceptable_ads">
19 <Preference android:key="android.not_a_preference.abb.aboutAcceptableAds " 20 <Preference android:key="android.not_a_preference.abb.aboutAcceptableAds "
20 android:selectable="false" 21 android:selectable="false"
21 android:persistent="false" 22 android:persistent="false"
22 android:title="About Acceptable ads"
23 android:summary="@string/abb_pref_category_acceptable_ads_ex tra_summary" /> 23 android:summary="@string/abb_pref_category_acceptable_ads_ex tra_summary" />
24 </PreferenceCategory> 24 </PreferenceCategory>
25 25
26 </PreferenceScreen> 26 </PreferenceScreen>
27 27
28 28
OLDNEW
« no previous file with comments | « no previous file | mobile/android/base/strings.xml.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld