Merge "Rename "Billing Cycle" to "App usage cycle"." into pi-dev

am: d9eba6b856

Change-Id: Ic41ad59b20a933bef89f0f15989788b61c2e11ed
This commit is contained in:
Andreas Terzis
2018-03-07 23:25:05 +00:00
committed by android-build-merger
2 changed files with 6 additions and 3 deletions

View File

@@ -8633,8 +8633,11 @@
<!-- Format for a summary describing the amount of data before the user is warned or limited [CHAR LIMIT=NONE] -->
<string name="cell_warning_and_limit"><xliff:g name="amount" example="1 GB">%1$s</xliff:g> Data warning / <xliff:g name="amount" example="2 GB">%2$s</xliff:g> Data limit</string>
<!-- Title of button and screen for billing cycle preferences [CHAR LIMIT=30 -->
<string name="billing_cycle">Billing cycle</string>
<!-- Title of button and screen for billing cycle preferences [CHAR LIMIT=30] -->
<string name="billing_cycle">Data warning &amp; limit</string>
<!-- Title of button for application usage cycle preferences [CHAR LIMIT=30] -->
<string name="app_usage_cycle">App data usage cycle</string>
<!-- Summary describing when the billing cycle for their phone carrier starts [CHAR LIMIT=NONE] -->
<string name="billing_cycle_fragment_summary">Monthly on day <xliff:g name="day_of_month" example="17">%1$s</xliff:g></string>

View File

@@ -20,7 +20,7 @@
<Preference
android:key="billing_cycle"
android:title="@string/billing_cycle" />
android:title="@string/app_usage_cycle" />
<SwitchPreference
android:key="set_data_warning"