Improved login error messages. Also, updated readme with F-Droid removed and no mention of alpha status.

This commit is contained in:
Vavassor 2017-03-19 23:15:36 -04:00
commit 7f4637c04c
3 changed files with 17 additions and 7 deletions

View file

@ -7,6 +7,8 @@
<string name="preferences_file_key">com.keylesspalace.tusky.PREFERENCES</string>
<string name="error_authorization_unknown">An unidentified authorization error occurred.</string>
<string name="error_authorization_denied">Authorization was denied.</string>
<string name="error_retrieving_oauth_token">Failed getting a login token.</string>
<string name="error_fetching_notifications">Notifications could not be fetched.</string>
<string name="error_compose_character_limit">The status is too long!</string>
<string name="error_sending_status">The status failed to be sent.</string>