diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-01-07 16:02:21 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-01-07 16:02:21 +0100 |
commit | 6f5350d698dabd76981c0a26440165e90d2c2759 (patch) | |
tree | d8d24acbf9866cb109e6ec8fbeaa330806e5efca /res/values | |
parent | 23f4d798440207c00407cc7cb0c6493a7cf01d4e (diff) |
Logs arguments to strings for minidump
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/arrays.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 4af8f90f..94adba18 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -17,7 +17,7 @@ <item>Unspecified</item> </string-array> <string-array name="verb_entries"> - <item>0 - No Logging</item> + <item>0 - No logging</item> <item>1 - Default logging</item> <item>2 - More verbose logging</item> <item>3</item> |