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
|
|
@ -216,7 +216,6 @@
|
|||
<string name="action_lists">பட்டியல்கள்</string>
|
||||
<string name="title_lists">பட்டியல்கள்</string>
|
||||
<string name="compose_active_account_description">%1$s கணக்குடன் பதிவிட</string>
|
||||
<string name="error_failed_set_caption">தலைப்பை அமைக்க முடியவில்லை</string>
|
||||
<string name="action_set_caption">தலைப்பை அமை</string>
|
||||
<string name="action_remove">நீக்கு</string>
|
||||
<string name="lock_account_label">கணக்கை முடக்கு</string>
|
||||
|
|
@ -277,4 +276,4 @@
|
|||
<string name="description_visibility_unlisted">பட்டியலிடப்படாதவர்களுக்கு</string>
|
||||
<string name="description_visibility_public">அனைவருக்கும்</string>
|
||||
<string name="compose_shortcut_short_label">எழுது</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue