diff options
author | Michael <betheg@bitcloner.org> | 2014-08-30 17:38:21 +0200 |
---|---|---|
committer | Michael <betheg@bitcloner.org> | 2014-08-30 17:47:17 +0200 |
commit | 733041aee490a4021d5001e33f95cf2f61044913 (patch) | |
tree | 43f3da4f53d3259e638272e850622eb8bd1108f5 /res/values-gl/arrays.xml | |
parent | 9eafb1008676747a3ff315fb820178641c7b09f3 (diff) |
fix: warning: string 'publish_avatar' has no default translation.
also altered the types of resources from array to string-array in some res-files.
Diffstat (limited to '')
-rw-r--r-- | res/values-gl/arrays.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values-gl/arrays.xml b/res/values-gl/arrays.xml index 318b9d5c..95c99077 100644 --- a/res/values-gl/arrays.xml +++ b/res/values-gl/arrays.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <array name="resources"> + <string-array name="resources"> <item>Móvil</item> <item>Teléfono</item> <item>Tablet</item> <item>Conversations</item> <item>Android</item> - </array> + </string-array> <string-array name="filesizes"> <item>nunca</item> <item>256 KB</item> |