summaryrefslogtreecommitdiff
path: root/android/res
diff options
context:
space:
mode:
Diffstat (limited to 'android/res')
-rw-r--r--android/res/layout/buttons.xml4
-rw-r--r--android/res/values/strings.xml1
2 files changed, 3 insertions, 2 deletions
diff --git a/android/res/layout/buttons.xml b/android/res/layout/buttons.xml
index 8100f928..98eddc22 100644
--- a/android/res/layout/buttons.xml
+++ b/android/res/layout/buttons.xml
@@ -46,7 +46,7 @@
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toLeftOf="@+id/outlineButton"
- android:contentDescription="@string/search_document"
+ android:contentDescription="@string/toggle_reflow_mode"
android:background="@drawable/button"
android:src="@drawable/ic_reflow" />
@@ -56,7 +56,7 @@
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toLeftOf="@+id/searchButton"
- android:contentDescription="@string/search_document"
+ android:contentDescription="@string/outline_title"
android:background="@drawable/button"
android:src="@drawable/ic_list" />
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index a3f353d7..65827b23 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -52,4 +52,5 @@
<string name="accept">Accept</string>
<string name="copy_text">copy text</string>
<string name="format_currently_not_supported">Format currently not supported</string>
+ <string name="toggle_reflow_mode">Toggle reflow mode</string>
</resources>