diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2017-01-12 19:12:28 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2017-01-12 19:12:28 +0300 |
| commit | 6e336ec8acbb8331796ae532238c1222d5d4b16b (patch) | |
| tree | 37135e1ce897b98152ab47c5f0f3ba33310db41c /org.fox.ttrss/src/main/res/values/strings.xml | |
| parent | d95d9f75bb6a55b045a336e8b2bb7d4480aa1840 (diff) | |
catchup above uses general catchup confirmation setting
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/strings.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/strings.xml | 2 |
1 files changed, 2 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 cef96477..a3de6fc6 100755 --- a/org.fox.ttrss/src/main/res/values/strings.xml +++ b/org.fox.ttrss/src/main/res/values/strings.xml @@ -241,4 +241,6 @@ <string name="open_with_app">Open with app</string> <string name="prefs_opening_links">Opening links</string> <string name="open_with">Open with…</string> + <string name="confirm_catchup_above">Mark articles as read?</string> + <string name="dialog_ok">OK</string> </resources> |