1
0
mirror of https://github.com/etesync/android synced 2024-11-15 12:28:57 +00:00

Shorten notification error title so account name is visible.

The text was too long and it was impossible to see the account name.
This commit is contained in:
Tom Hacohen 2017-02-28 23:33:50 +00:00
parent ba789da797
commit fc939a3cbe

View File

@ -262,9 +262,9 @@
<string name="debug_info_title">Debug info</string>
<string name="sync_error_permissions">EteSync permissions</string>
<string name="sync_error_permissions_text">Additional permissions required</string>
<string name="sync_error_calendar">Calendar synchronization failed (%s)</string>
<string name="sync_error_contacts">Contacts synchronization failed (%s)</string>
<string name="sync_error_tasks">Task synchronization failed (%s)</string>
<string name="sync_error_calendar">Calendar sync failed (%s)</string>
<string name="sync_error_contacts">Contacts sync failed (%s)</string>
<string name="sync_error_tasks">Task sync failed (%s)</string>
<string name="sync_error">Error while %s</string>
<string name="sync_error_integrity">Integrity error while %s</string>
<string name="sync_error_http_dav">Server error while %s</string>