Always publish image alt text
Previous code would discard the image alt-text if the user finished writing the text before the image had finished uploading. This code ensures the text is set after the image has completed uploading.
This commit is contained in:
parent
168be9223d
commit
24d7ef7ccb
53 changed files with 209 additions and 288 deletions
|
|
@ -305,7 +305,6 @@
|
|||
<string name="action_add_to_list">Добавить аккаунт в список</string>
|
||||
<string name="action_remove_from_list">Удалить аккаунт из списка</string>
|
||||
<string name="compose_active_account_description">Отправка от имени %1$s</string>
|
||||
<string name="error_failed_set_caption">Не удалось добавить подпись</string>
|
||||
<plurals name="hint_describe_for_visually_impaired">
|
||||
<item quantity="other">Описание для слабовидящих\n(не более %d символов)</item>
|
||||
</plurals>
|
||||
|
|
@ -545,4 +544,4 @@
|
|||
<string name="status_created_info">%1$s создали %2$s</string>
|
||||
<string name="title_login">Войти</string>
|
||||
<string name="action_browser_login">Вход через Браузер</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue