diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-21 07:57:23 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-21 07:57:23 +0300 |
| commit | 0b5d49463a295ba060b8bd6ad65046496068c9dc (patch) | |
| tree | cf0d21c8abca10612f5498b7e6f3fc9f488db820 /org.fox.ttrss/src/main/res | |
| parent | f0eafdc186eb5f5d0c05ce3df96a36414d550fe5 (diff) | |
drop ArticleList class, replace with instances of ArrayList/List/Collections where appropriate
Diffstat (limited to 'org.fox.ttrss/src/main/res')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/strings.xml | 1 |
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 e3111027..46001904 100755 --- a/org.fox.ttrss/src/main/res/values/strings.xml +++ b/org.fox.ttrss/src/main/res/values/strings.xml @@ -250,6 +250,7 @@ <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="confirm_catchup_above_title">Mark all articles above \"%1s\" as read?</string> <string name="dialog_ok">OK</string> <string name="headline_undo_row_button">UNDO</string> <string name="headline_undo_row_prompt">Marked as read</string> |