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
|
|
@ -386,7 +386,6 @@
|
|||
<string name="add_account_name">Дадаць уліковы запіс</string>
|
||||
<string name="action_remove_from_list">Выдаліць уліковы запіс са спіса</string>
|
||||
<string name="compose_active_account_description">Публікаваць як %1$s</string>
|
||||
<string name="error_failed_set_caption">Не атрымалася дадаць подпіс</string>
|
||||
<string name="set_focus_description">Націсніце або перацягніце кола каб абраць пункт фокусу, які будзе заўсёды бачны на паменшаных выявах.</string>
|
||||
<string name="action_set_caption">Задаць подпіс</string>
|
||||
<string name="action_set_focus">Задаць пункт фокуса</string>
|
||||
|
|
@ -413,7 +412,6 @@
|
|||
<string name="action_rename_list">Перайменаваць спіс</string>
|
||||
<string name="action_delete_list">Выдаліць спіс</string>
|
||||
<string name="filter_add_description">Фільтраваць фразу</string>
|
||||
<string name="error_failed_set_focus">Не атрымалася задаць пункт фокуса</string>
|
||||
<string name="action_remove">Выдаліць</string>
|
||||
<string name="lock_account_label">Заблакаваць уліковы запіс</string>
|
||||
<string name="compose_save_draft">Захаваць чарнавік\?</string>
|
||||
|
|
@ -648,4 +646,4 @@
|
|||
<string name="status_filter_placeholder_label_format">Адфільтрована: %s</string>
|
||||
<string name="pref_title_account_filter_keywords">Профілі</string>
|
||||
<string name="title_public_trending_hashtags">Папулярныя хэштэгі</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue