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
|
|
@ -256,7 +256,6 @@
|
|||
<string name="action_add_to_list">Dodaj račun na seznam</string>
|
||||
<string name="action_remove_from_list">Odstrani račun iz seznama</string>
|
||||
<string name="compose_active_account_description">Objavljanje z računom %1$s</string>
|
||||
<string name="error_failed_set_caption">Opisa ni bilo mogoče nastaviti</string>
|
||||
<plurals name="hint_describe_for_visually_impaired">
|
||||
<item quantity="other">Opišite za slabovidne
|
||||
\n(omejitev znakov - %d)</item>
|
||||
|
|
@ -444,4 +443,4 @@
|
|||
<item quantity="few"><b>%1$s</b> Priljubljene</item>
|
||||
<item quantity="other"><b>%1$s</b> Priljubljenih</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue