Skip to content

Commit

Permalink
Add 1-year selection to expiration options for undownloaded and played.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim McBeath committed Jul 28, 2012
1 parent e25e65d commit 3a1b35e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion res/values/arrays.xml
Expand Up @@ -44,6 +44,7 @@
<item>1 week</item>
<item>2 weeks</item>
<item>1 month</item>
<item>1 year</item>
</string-array>

<string-array name="entryvalues_item_expire">
Expand All @@ -53,6 +54,7 @@
<item>7</item>
<item>14</item>
<item>30</item>
<item>365</item>
</string-array>

<string-array name="entries_downlaod_file_expire">
Expand Down Expand Up @@ -80,6 +82,7 @@
<item>2 days</item>
<item>1 week</item>
<item>1 month</item>
<item>1 year</item>
</string-array>

<string-array name="entryvalues_played_file_expire">
Expand All @@ -88,7 +91,8 @@
<item>24</item>
<item>48</item>
<item>168</item>
<item>480</item>
<item>480</item>
<item>8760</item>
</string-array>

<string-array name="sort_select">
Expand Down

0 comments on commit 3a1b35e

Please sign in to comment.