diff options
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 362e5d8..29ab3cb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1255,7 +1255,8 @@ <string name="bluetooth_device_advanced_online_mode_title">Connect</string> <!-- Bluetooth settings. Connection options screen. The summary of the online mode checkbox. This describes what the setting does in the context of the screen. --> <string name="bluetooth_device_advanced_online_mode_summary">Connect to Bluetooth device</string> - <!-- Bluetooth settings. Connection options screen. The title of the header that is above all of the profiles. --> + <!-- Bluetooth settings. Connection options screen. The title of the header that is above all of the profiles. + When a user decides what Bluetooth capabilities to use with the device. --> <string name="bluetooth_device_advanced_profile_header_title">Use for</string> <!-- Bluetooth settings. Connection options screen. Title for option to rename the device. [CHAR LIMIT=30] --> <string name="bluetooth_device_advanced_rename_device">Rename</string> @@ -5353,7 +5354,8 @@ <string name="amber_alerts_title">AMBER alerts</string> <!-- Amber alerts summary. [CHAR LIMIT=60] --> <string name="amber_alerts_summary">Receive bulletins about child abductions</string> - <!-- repeat title. [CHAR LIMIT=30] --> + <!-- repeat title. Allows the user to set how oftem to repeat alert reminders. + For example, they may have alerts just once or every 2 or 15 minutes. [CHAR LIMIT=30] --> <string name="repeat_title">Repeat</string> <!-- Call Manager enable settings title. [CHAR LIMIT=50] --> |