summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-02-25 17:54:14 +0300
committerAndrew Dolgov <[email protected]>2012-02-25 17:54:14 +0300
commit246483193876b9577b6fbd9d8c51caf7bfe2aef9 (patch)
treee2738d5fd00b27a371e179341c22d050db97487f /res/values/strings.xml
parente06934a1a5f909d0a3563b82df57584af239311f (diff)
make API disabled error message more straightforward
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 35d505fc..da977146 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -84,7 +84,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: API disabled for this user</string>
+ <string name="error_api_disabled">Error: Please enable external API access in tt-rss Preferences - Advanced</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>