summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-11-01 14:48:32 +0300
committerAndrew Dolgov <[email protected]>2017-11-01 14:48:32 +0300
commit20b218648e1caa45c132d2f3789bf6c14e7fd998 (patch)
treedf259937dafc432a2fc1389cc17479fb1a344410 /org.fox.ttrss/src/main/res/values
parent7ac9234ed95aad70533d4a91fb68c92597acb213 (diff)
offline: properly track and sync back modification of all relevant fields (unread, marked, published)
offline: better reporting on upload failure, allow retrying in notification
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml
index dd6f6fed..00f43b22 100755
--- a/org.fox.ttrss/src/main/res/values/strings.xml
+++ b/org.fox.ttrss/src/main/res/values/strings.xml
@@ -256,5 +256,6 @@
<string name="pref_widget_update_interval_summary">This interval is imprecise due to Android limitations</string>
<string name="prefs_offline_sort_by_feed">Group headlines by feeds</string>
<string name="reload">Reload</string>
+ <string name="offline_sync_try_again">Try again</string>
<string name="offline_tap_to_switch">Tap to switch offline</string>
</resources>