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
|
|
@ -139,7 +139,6 @@
|
|||
<item quantity="other">Опишете за хора със зрителни увреждания
|
||||
\n(%d ограничение на знаците)</item>
|
||||
</plurals>
|
||||
<string name="error_failed_set_caption">Неуспешно задаване на надпис</string>
|
||||
<string name="compose_active_account_description">Публикуване с акаунт %1$s</string>
|
||||
<string name="action_remove_from_list">Премахване на акаунт от списъка</string>
|
||||
<string name="action_add_to_list">Добавяне на акаунт към списъка</string>
|
||||
|
|
@ -503,4 +502,4 @@
|
|||
<string name="pref_title_show_boosts">Показване на споделяния</string>
|
||||
<string name="error_multimedia_size_limit">Видео и аудио файловете не може да превишават %s МБ в размер.</string>
|
||||
<string name="error_image_edit_failed">Тази снимка не може да абъде редактирана.</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue