[Android] res: more concise pref

Edward Wang git at videolan.org
Tue Nov 6 22:38:05 CET 2012


vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Tue Nov  6 16:37:45 2012 -0500| [431fc2d03c80a7dc98d76f5a2e556fa48d30231d] | committer: Edward Wang

res: more concise pref

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=431fc2d03c80a7dc98d76f5a2e556fa48d30231d
---

 vlc-android/res/values/strings.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vlc-android/res/values/strings.xml b/vlc-android/res/values/strings.xml
index ce8d9ec..299d02d 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -163,8 +163,8 @@
     <string name="set_locale_popup">Quit and reset VLC for changes to take effect.</string>
     <string name="detect_headset">Detect headset</string>
     <string name="detect_headset_detail">Pause on headset removed; resume on headset inserted</string>
-    <string name="steal_remote_control">Steal headset remote control from other apps</string>
-    <string name="steal_remote_control_detail">Avoid conflicts by stealing the remote control from other apps. This prevent dialing on double click on HTC phones</string>
+    <string name="steal_remote_control">Exclusive headset remote control</string>
+    <string name="steal_remote_control_detail">Avoid conflicts by stealing the remote control from other apps. This prevents dialing on double click on HTC phones.</string>
     <string name="enable_wheel_bar">Enable wheel bar</string>
     <string name="enable_gesture_brightness">Enable brightness gesture</string>
     <string name="enable_verbose_mode">Verbose</string>



More information about the Android mailing list