summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-01 09:58:19 +0300
committerAndrew Dolgov <[email protected]>2011-12-01 09:58:19 +0300
commitf794e82cc3443ed1920bc83ba4415247539c0c0d (patch)
tree9b93e0608987402204cfd377695618d489b0ace8 /res/values
parent98cd1762e5208be31e5fa8ff9b27def40512f41d (diff)
fix crash when ApiRequest was passed invalid endpoint URL
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1948e3cb..a7fb96a9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -87,6 +87,7 @@
<string name="error_api_disabled">Error: API disabled for this user</string>
<string name="error_api_unknown">Error: unknown API error (see log)</string>
<string name="error_login_failed">Error: username or password incorrect</string>
+ <string name="error_invalid_api_url">Error: invalid API URL</string>
<string name="combined_mode_summary">Displays articles inline, instead of a separate panel</string>
<string name="combined_mode">Combined mode</string>
</resources> \ No newline at end of file