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

Test: manual - check settings
Bug: 32645011
Change-Id: I47dc68dba71de022e17ccac31560f0906f433db4
This commit is contained in:
Sean Stout
2016-11-11 15:59:38 -08:00
parent 33b0d91d74
commit 1fe5a1a9df

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>