aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings_pref_behaviour.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-07-21 01:07:06 -0700
committerAllan Wang <me@allanwang.ca>2019-07-21 01:07:06 -0700
commit0055ab5fdab9c86bed7982afde1739e95b093336 (patch)
tree845468f364ba67b3b7b19af0ce7b2c7013990b3e /app/src/main/res/values/strings_pref_behaviour.xml
parentdc5979df63c71c6271d733c31a75e5f3f8faa64f (diff)
downloadfrost-0055ab5fdab9c86bed7982afde1739e95b093336.tar.gz
frost-0055ab5fdab9c86bed7982afde1739e95b093336.tar.bz2
frost-0055ab5fdab9c86bed7982afde1739e95b093336.zip
Add prefs
Diffstat (limited to 'app/src/main/res/values/strings_pref_behaviour.xml')
-rw-r--r--app/src/main/res/values/strings_pref_behaviour.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_behaviour.xml b/app/src/main/res/values/strings_pref_behaviour.xml
index 77c35c1c..32188698 100644
--- a/app/src/main/res/values/strings_pref_behaviour.xml
+++ b/app/src/main/res/values/strings_pref_behaviour.xml
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
+ <string name="auto_refresh_feed">Auto Refresh Feed</string>
+ <string name="auto_refresh_feed_desc">Refresh the feed after 30 minutes of inactivity</string>
<string name="fancy_animations">Fancy Animations</string>
<string name="fancy_animations_desc">Reveal webviews using ripples and animate transitions</string>
<string name="overlay_swipe">Enable Overlays</string>