diff options
author | Sam Whited <sam@samwhited.com> | 2014-10-26 10:37:21 -0400 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2014-10-26 10:37:21 -0400 |
commit | a5e73850b8273ad6f1fa753b8618503bc7d9d8fe (patch) | |
tree | 9545c457496331a991208727e9a17fab7afc7172 | |
parent | 8171633eb9f43e43f39fd1687467d85cdb132b0c (diff) |
Use consistent numbering
Fixes #585
-rw-r--r-- | res/values/arrays.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 1a4fd25d..4acc9e62 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -22,7 +22,7 @@ </string-array> <string-array name="mute_options_descriptions"> <item>30 minutes</item> - <item>one hour</item> + <item>1 hour</item> <item>2 hours</item> <item>8 hours</item> <item>until further notice</item> @@ -36,4 +36,4 @@ <item>-1</item> </integer-array> -</resources>
\ No newline at end of file +</resources> |