diff --git a/mastodon/src/main/res/layout/compose_media_thumb.xml b/mastodon/src/main/res/layout/compose_media_thumb.xml index 38f5887dc..c3938b0a0 100644 --- a/mastodon/src/main/res/layout/compose_media_thumb.xml +++ b/mastodon/src/main/res/layout/compose_media_thumb.xml @@ -28,6 +28,8 @@ android:layout_marginTop="2dp" android:layout_marginStart="2dp" android:background="?android:selectableItemBackgroundBorderless" + android:contentDescription="@string/sk_remove_attachment" + android:tooltipText="@string/sk_remove_attachment" android:tint="#D92C2C" android:src="@drawable/ic_fluent_delete_20_regular"/> @@ -136,7 +138,8 @@ android:layout_gravity="end|bottom" android:background="?android:selectableItemBackgroundBorderless" android:tint="#D92C2C" - android:contentDescription="@string/delete" + android:contentDescription="@string/sk_remove_attachment" + android:tooltipText="@string/sk_remove_attachment" android:src="@drawable/ic_fluent_delete_20_regular"/> diff --git a/mastodon/src/main/res/values/strings_sk.xml b/mastodon/src/main/res/values/strings_sk.xml index a07828b7b..4fb12877a 100644 --- a/mastodon/src/main/res/values/strings_sk.xml +++ b/mastodon/src/main/res/values/strings_sk.xml @@ -139,4 +139,5 @@ Add new poll option + Remove attachment \ No newline at end of file