summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-09-23 09:03:45 +0300
committerAndrew Dolgov <[email protected]>2019-09-23 09:03:45 +0300
commit11b8820ccc203ef78adce0200272eded60e2e433 (patch)
treebdeb13cf6a7a45fa6b746cc9bed5c9ddca07bd5d /org.fox.ttrss/src/main/res/values/strings.xml
parent41831b19bfc066171242921b9167141fc8d6f93c (diff)
update error_api_disabled translation
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/strings.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/strings.xml2
1 files changed, 1 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 b73a3394..4cf36455 100755
--- a/org.fox.ttrss/src/main/res/values/strings.xml
+++ b/org.fox.ttrss/src/main/res/values/strings.xml
@@ -65,7 +65,7 @@
<string name="error_parse_error">Error: JSON parse failed</string>
<string name="error_io_error">Error: I/O failure (server down?)</string>
<string name="error_other_error">Error: unknown error (see log)</string>
- <string name="error_api_disabled">Error: Please enable external API access in tt-rss Settings - Advanced</string>
+ <string name="error_api_disabled">Error: enable API access in tt-rss settings</string>
<string name="error_api_unknown">Error: unknown API error (see log)</string>
<string name="error_api_incorrect_usage">Error: incorrect API usage</string>
<string name="error_login_failed">Error: username or password incorrect</string>