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:26:50 -0700
committerGitHub <noreply@github.com>2019-07-21 01:26:50 -0700
commit7f52920d5dfa9f9c8115ef65dcbea982a2c568d5 (patch)
tree845468f364ba67b3b7b19af0ce7b2c7013990b3e /app/src/main/res/values/strings_pref_behaviour.xml
parent53489f9c5a09bfdd6459a8c1c880669ecce69872 (diff)
parent0055ab5fdab9c86bed7982afde1739e95b093336 (diff)
downloadfrost-7f52920d5dfa9f9c8115ef65dcbea982a2c568d5.tar.gz
frost-7f52920d5dfa9f9c8115ef65dcbea982a2c568d5.tar.bz2
frost-7f52920d5dfa9f9c8115ef65dcbea982a2c568d5.zip
Merge pull request #1489 from AllanWang/remove-timeout
Remove refresh requirement
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>