summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-12-04 09:06:21 -0500
committerDaniel Sandler <dsandler@android.com>2012-12-04 09:06:21 -0500
commitaa9c5b6e9ffa78fdbc4eeebcced9f3bba1678861 (patch)
tree5eb85894fb82e1c2befb00831539f09460f270dc
parente0a676a3bb0e7b9aced9359a021e4c5d2ffef752 (diff)
downloadframeworks_base-aa9c5b6e9ffa78fdbc4eeebcced9f3bba1678861.zip
frameworks_base-aa9c5b6e9ffa78fdbc4eeebcced9f3bba1678861.tar.gz
frameworks_base-aa9c5b6e9ffa78fdbc4eeebcced9f3bba1678861.tar.bz2
Revised language for notification ringtone picker.
Bug: 7659273 Change-Id: I5cb94a24b8ebff96ab5b567efc39a780300ee7ee
-rwxr-xr-xcore/res/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 80c2a13..99fbf95 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -3094,7 +3094,7 @@
<!-- Choice in the ringtone picker. If chosen, the default ringtone will be used. This fills in the actual ringtone's title into the message. -->
<string name="ringtone_default_with_actual">Default ringtone (<xliff:g id="actual_ringtone">%1$s</xliff:g>)</string>
<!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. -->
- <string name="ringtone_silent">Silent</string>
+ <string name="ringtone_silent">None</string>
<!-- The title of the ringtone picker dialog. -->
<string name="ringtone_picker_title">Ringtones</string>
<!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, t his is shown instead. For example, if the ringtone was on a SD card and it had been removed, this woudl be shown for ringtones on that SD card. -->