Merge "Update location settings status text to use slash"

This commit is contained in:
Treehugger Robot
2023-06-15 23:51:01 +00:00
committed by Android (Google) Code Review

View File

@@ -586,8 +586,8 @@
<string name="location_settings_summary_location_off">Off</string> <string name="location_settings_summary_location_off">Off</string>
<!-- Summary for Location settings when location is on, explaining how many apps have location permission [CHAR LIMIT=NONE]--> <!-- Summary for Location settings when location is on, explaining how many apps have location permission [CHAR LIMIT=NONE]-->
<string name="location_settings_summary_location_on">{count, plural, <string name="location_settings_summary_location_on">{count, plural,
=1 {On - # app has access to location} =1 {On / # app has access to location}
other {On - # apps have access to location} other {On / # apps have access to location}
}</string> }</string>
<!-- Location settings, loading the number of apps which have location permission [CHAR LIMIT=30] --> <!-- Location settings, loading the number of apps which have location permission [CHAR LIMIT=30] -->
<string name="location_settings_loading_app_permission_stats">Loading\u2026</string> <string name="location_settings_loading_app_permission_stats">Loading\u2026</string>