summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-06-04 12:59:42 +0300
committerAndrew Dolgov <[email protected]>2023-06-04 12:59:42 +0300
commit9faf01bba2d237a45a60774daf552b8b501e21cc (patch)
treeaaf7850ba9ece7fea23f770fa9b1055356cfc084 /org.fox.ttrss/src/main/res/values/strings.xml
parentd460a8646f8deedd89967ad8d999a5b489efce91 (diff)
* set uniform ttrss_url_summary pointing to example.com * minor UI tweaks * bump versioncode
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/strings.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml
index f4d0119c..96798ee8 100755
--- a/org.fox.ttrss/src/main/res/values/strings.xml
+++ b/org.fox.ttrss/src/main/res/values/strings.xml
@@ -49,7 +49,7 @@
<string name="article_mark_read_above">Mark above read</string>
<string name="http_login_summary">Optional. Fill this if your tt-rss installation is protected by HTTP Basic authentication</string>
<string name="login_summary">Not needed for single user mode</string>
- <string name="ttrss_url_summary">http://example.org/tt-rss</string>
+ <string name="ttrss_url_summary">https://example.com/tt-rss</string>
<string name="enable_cats">Enable feed categories</string>
<string name="no_caption_to_display">No caption to display</string>
<string name="browse_cats_like_feeds">Browse categories like feeds</string>
@@ -297,4 +297,6 @@
<string name="score_for_this_article">Score for this article</string>
<string name="set_score">Set score</string>
<string name="score_invalid">Invalid score</string>
+ <string name="check_for_updates_summary">Check for new app releases on startup</string>
+ <string name="check_for_updates">Check for updates</string>
</resources>