diff --git a/app/src/main/res/layout/input_method_view.xml b/app/src/main/res/layout/input_method_view.xml
index 7a821b97..a5c39a95 100644
--- a/app/src/main/res/layout/input_method_view.xml
+++ b/app/src/main/res/layout/input_method_view.xml
@@ -752,7 +752,7 @@ GeneralKeyboardIME.kt
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/medium_margin"
android:background="?android:attr/selectableItemBackgroundBorderless"
- android:contentDescription="Close Clipboard"
+ android:contentDescription="@string/i18n.app.clipboard.close"
android:padding="@dimen/small_margin"
android:src="@drawable/ic_arrow_left_vector"
android:tint="@color/icon_color" />
@@ -779,7 +779,7 @@ GeneralKeyboardIME.kt
android:layout_centerVertical="true"
android:layout_marginEnd="@dimen/medium_margin"
android:background="?android:attr/selectableItemBackgroundBorderless"
- android:contentDescription="Clear All"
+ android:contentDescription="@string/i18n.app.clipboard.clear_all"
android:padding="@dimen/small_margin"
android:src="@drawable/ic_delete_vector"
android:tint="#E53935" />
diff --git a/app/src/main/res/values/string.xml b/app/src/main/res/values/string.xml
index 27400ebf..8e0b754b 100644
--- a/app/src/main/res/values/string.xml
+++ b/app/src/main/res/values/string.xml
@@ -150,6 +150,8 @@
at time of usage, and a link to the license.
About
Clipboard is empty
+ Clear all
+ Close clipboard
Copied to clipboard
Copy to clipboard
Clipboard