[Android] res: string tweaking

Edward Wang git at videolan.org
Thu May 8 13:19:11 CEST 2014


vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Thu May  8 07:18:52 2014 -0400| [fa1ad4211fe1be816b8655d4b7c511aa7f80eefa] | committer: Edward Wang

res: string tweaking

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

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

diff --git a/vlc-android/res/values/strings.xml b/vlc-android/res/values/strings.xml
index 9c63b90..8d1bcb2 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -202,8 +202,8 @@
     <string name="interface_prefs_screen">Interface</string>
     <string name="interface_secondary_display_category">Interface - Secondary Display</string>
     <string name="interface_secondary_display_category_summary">Settings when secondary displays are connected (HDMI/Miracast).</string>
-    <string name="enable_secondary_display_hardware_acceleration">Keep Hardware Acceleration setting</string>
-    <string name="enable_secondary_display_hardware_acceleration_summary">Hardware Acceleration might not work</string>
+    <string name="enable_secondary_display_hardware_acceleration">Keep hardware acceleration setting</string>
+    <string name="enable_secondary_display_hardware_acceleration_summary">Hardware acceleration might not work</string>
     <string name="enable_clone_mode">Prefer clone</string>
     <string name="enable_clone_mode_summary">Clone the device screen without remote control.</string>
     <string name="interface_other_category">Interface - Other</string>
@@ -263,7 +263,7 @@
     <string name="dump_logcat_success">Logcat successfully dumped to %1$s!</string>
     <string name="dump_logcat_failure">Failed to dump logcat.</string>
 
-    <string name="serious_crash">Sorry, a serious crash has occured…</string>
+    <string name="serious_crash">Unfortunately, a serious error has occured and VLC had to close.</string>
     <string name="restart_vlc">Restart VLC</string>
 
     <string-array name="hardware_acceleration_list">



More information about the Android mailing list