diff options
author | schwabe <devnull@localhost> | 2012-04-29 15:22:01 +0200 |
---|---|---|
committer | schwabe <devnull@localhost> | 2012-04-29 15:22:01 +0200 |
commit | 1f3ea57ee9f0cabdcfd2b585f16bf754984a669d (patch) | |
tree | a40f9151d8bd58ec0c39835168f268101d5a4104 /res/values/arrays.xml | |
parent | 63e466054c2f1d66e4618ac4d73208751f1e5bd1 (diff) |
Version 0.4
fixes iusse #1
fixes iusse #2
fixes iusse #3
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r-- | res/values/arrays.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 51b727e4..f4651fd2 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -17,18 +17,16 @@ </string-array> - <string-array name="tls_directions"> + <string-array name="tls_directions_entries"> <item>0</item> <item>1</item> <item>Unspecified</item> </string-array> - <string-array name="tls_directions_entries"> + <string-array name="tls_directions_values"> <item>0</item> <item>1</item> - <item>GNA</item> + <item></item> </string-array> - - - + </resources>
\ No newline at end of file |