Merge "Changed two strings from using "ringtone" to "sound""

This commit is contained in:
Sean Stout
2016-11-17 20:57:50 +00:00
committed by Android (Google) Code Review

View File

@@ -6066,11 +6066,11 @@
<!-- Sound: Title for the option defining the phone ringtone. [CHAR LIMIT=30] -->
<string name="ringtone_title">Phone ringtone</string>
<!-- Sound: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] -->
<string name="notification_ringtone_title">Default notification ringtone</string>
<!-- Sound: Title for the option defining the default notification sound. [CHAR LIMIT=30] -->
<string name="notification_ringtone_title">Default notification sound</string>
<!-- Sound: Title for the option defining the default alarm ringtone. [CHAR LIMIT=30] -->
<string name="alarm_ringtone_title">Default alarm ringtone</string>
<!-- Sound: Title for the option defining the default alarm sound. [CHAR LIMIT=30] -->
<string name="alarm_ringtone_title">Default alarm sound</string>
<!-- Sound: Title for the option managing whether or not to vibrate when ringing. [CHAR LIMIT=30] -->
<string name="vibrate_when_ringing_title">Also vibrate for calls</string>