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
|
|
@ -261,7 +261,6 @@
|
|||
<string name="action_edit_list">Liste bearbeiten</string>
|
||||
<string name="action_add_to_list">Ein Konto zu einer Liste hinzufügen</string>
|
||||
<string name="compose_active_account_description">Veröffentlichen als %1$s</string>
|
||||
<string name="error_failed_set_caption">Fehler beim Speichern der Beschreibung</string>
|
||||
<plurals name="hint_describe_for_visually_impaired">
|
||||
<item quantity="one">Inhalt für Menschen mit Sehbehinderung beschreiben (%d Zeichen)</item>
|
||||
<item quantity="other">Inhalte für Menschen mit Sehbehinderung beschreiben (%d Zeichen)</item>
|
||||
|
|
@ -567,7 +566,6 @@
|
|||
<string name="filter_expiration_format">%s (%s)</string>
|
||||
<string name="description_post_language">Sprache des Beitrags</string>
|
||||
<string name="url_domain_notifier">%s (🔗 %s)</string>
|
||||
<string name="error_failed_set_focus">Setzen des Fokuspunktes fehlgeschlagen</string>
|
||||
<string name="action_set_focus">Fokuspunkt setzen</string>
|
||||
<string name="action_add_reaction">Reaktion hinzufügen</string>
|
||||
<string name="failed_to_remove_from_list">Das Konto konnte nicht aus der Liste entfernt werden</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue