3434: Make description dialog (text field) more usable (#3458)
* 3434: Make description dialog (text field) more usable * 3434: Close dialog on back button * 3434: Use a TextInputLayout * 3434: Adapt German plurals text * 3434: Remove unused id * 3434: Disable counter officially
This commit is contained in:
parent
de5b72e472
commit
9e66ccf4a6
4 changed files with 51 additions and 34 deletions
|
|
@ -230,6 +230,7 @@
|
|||
<string name="hint_display_name">Display name</string>
|
||||
<string name="hint_note">Bio</string>
|
||||
<string name="hint_search">Search…</string>
|
||||
<string name="hint_description">Description</string>
|
||||
<string name="hint_media_description_missing">Media should have a description.</string>
|
||||
|
||||
<string name="search_no_results">No results</string>
|
||||
|
|
@ -406,6 +407,7 @@
|
|||
|
||||
<string name="post_share_content">Share content of post</string>
|
||||
<string name="post_share_link">Share link to post</string>
|
||||
<string name="post_media_image">Image</string>
|
||||
<string name="post_media_images">Images</string>
|
||||
<string name="post_media_video">Video</string>
|
||||
<string name="post_media_audio">Audio</string>
|
||||
|
|
@ -472,7 +474,7 @@
|
|||
<string name="error_failed_set_caption">Failed to set caption</string>
|
||||
<string name="error_failed_set_focus">Failed to set focus point</string>
|
||||
<plurals name="hint_describe_for_visually_impaired">
|
||||
<item quantity="other">Describe for visually impaired\n(%d character limit)</item>
|
||||
<item quantity="other">Describe contents for visually impaired (%d character limit)</item>
|
||||
</plurals>
|
||||
<string name="set_focus_description">Tap or drag the circle to choose the focal point which will always be visible in thumbnails.</string>
|
||||
<string name="action_set_caption">Set caption</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue