diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-06-07 13:31:18 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-06-07 13:31:18 -0700 |
commit | cc480686122e19c46f9e74c3c1227c9c8ff3b78c (patch) | |
tree | 7b3d8b97081bd9422d3b1022fdf888c8e427eec8 /res/values | |
parent | 6c9966c0013879b3d5ff54d3844c2a08d4f5d9af (diff) | |
download | dsub-cc480686122e19c46f9e74c3c1227c9c8ff3b78c.tar.gz dsub-cc480686122e19c46f9e74c3c1227c9c8ff3b78c.tar.bz2 dsub-cc480686122e19c46f9e74c3c1227c9c8ff3b78c.zip |
Make the gapless playback description more generic
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3bc04eb6..3cc120d6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -362,7 +362,7 @@ <string name="settings.persistent_title">Persistent Notification</string>
<string name="settings.persistent_summary">Show the notification even after pausing. Press the stop button to clear it away.</string>
<string name="settings.gapless_playback">Gapless Playback</string>
- <string name="settings.gapless_playback_summary">The Galaxy S3 seems to be experiencing freezes/other weird issue since the introduction of gapless playback. Turn this off to fix the issue.</string>
+ <string name="settings.gapless_playback_summary">If you are seeing strange bugs during playback, turning this off may help.</string>
<string name="settings.chat_refresh">Chat Refresh Rate (Secs)</string>
<string name="settings.chat_enabled">Chat Enabled</string>
<string name="settings.chat_enabled_summary">Whether or not to display the chat listing in the pull out drawer</string>
|