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
|
|
@ -285,7 +285,6 @@
|
|||
<string name="action_add_to_list">Ajouter un compte à la liste</string>
|
||||
<string name="action_remove_from_list">Supprimer un compte de la liste</string>
|
||||
<string name="compose_active_account_description">Publier en tant que %1$s</string>
|
||||
<string name="error_failed_set_caption">Impossible de définir la légende</string>
|
||||
<plurals name="hint_describe_for_visually_impaired">
|
||||
<item quantity="other">Décrire pour les malvoyants
|
||||
\n(%d caractères maximum)</item>
|
||||
|
|
@ -570,4 +569,4 @@
|
|||
<string name="action_add_reaction">ajouter une réaction</string>
|
||||
<string name="instance_rule_title">%s règles</string>
|
||||
<string name="a11y_label_loading_thread">Chargement du fil</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue