Merge "Update notification strings in app info"

This commit is contained in:
Jason Monk
2015-04-23 18:46:46 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 2 deletions

View File

@@ -6366,8 +6366,10 @@
<!-- Title of storage preference to control where app is stored --> <!-- Title of storage preference to control where app is stored -->
<string name="storage_used">Storage used</string> <string name="storage_used">Storage used</string>
<!-- Label for notification settings for an specific app [CHAR LIMIT=40] -->
<string name="notifications_label">Notifications</string>
<!-- App notification summary with notifications enabled [CHAR LIMIT=40] --> <!-- App notification summary with notifications enabled [CHAR LIMIT=40] -->
<string name="notifications_enabled">On</string> <string name="notifications_enabled">Normal</string>
<!-- App notification summary with notifications disabled [CHAR LIMIT=40] --> <!-- App notification summary with notifications disabled [CHAR LIMIT=40] -->
<string name="notifications_disabled">Block</string> <string name="notifications_disabled">Block</string>
<!-- App notification summary with notifications sensitive [CHAR LIMIT=40] --> <!-- App notification summary with notifications sensitive [CHAR LIMIT=40] -->

View File

@@ -37,7 +37,7 @@
<Preference <Preference
android:key="notification_settings" android:key="notification_settings"
android:title="@string/notification_section_header" android:title="@string/notifications_label"
android:selectable="true" /> android:selectable="true" />
<Preference <Preference