[Android] res: -bit not bits
Edward Wang
git at videolan.org
Thu Feb 14 12:46:31 CET 2013
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Thu Feb 14 06:46:20 2013 -0500| [2380b865d5ffd89a54c4b6c119caf338e1735a85] | committer: Edward Wang
res: -bit not bits
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2380b865d5ffd89a54c4b6c119caf338e1735a85
---
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 70b6497..a21e8fe 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -327,8 +327,8 @@
</string-array>
<string-array name="chroma_formats" translatable="false">
- <item>RGB 32bits</item>
- <item>RGB 16bits</item>
+ <item>RGB 32-bit</item>
+ <item>RGB 16-bit</item>
<item>YUV</item>
</string-array>
More information about the Android
mailing list