Fixes a few content descriptions and re-titles the Drafts page.

This commit is contained in:
Vavassor 2017-07-18 22:32:13 -04:00
commit 51e2b7c949
4 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@
android:layout_marginTop="8dp"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?android:attr/listDivider"/>
android:background="?android:attr/listDivider" />
</LinearLayout>

View file

@ -20,7 +20,7 @@
android:layout_gravity="center_vertical"
android:padding="16dp"
android:layout_margin="16dp"
android:contentDescription="@string/action_unmute"
android:contentDescription="@string/action_delete"
app:srcCompat="@drawable/ic_clear_24dp" />
</LinearLayout>

View file

@ -32,7 +32,7 @@
<string name="title_blocks">Blocked users</string>
<string name="title_follow_requests">Follow Requests</string>
<string name="title_edit_profile">Edit your profile</string>
<string name="title_saved_toot">Saved Toot</string>
<string name="title_saved_toot">Drafts</string>
<string name="status_username_format">\@%s</string>
<string name="status_boosted_format">%s boosted</string>