aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-03-31 11:16:50 +0200
committerChristian Schneppe <christian@pix-art.de>2019-03-31 11:16:50 +0200
commit86ddb138628f1369fe03a2189978f214aa890c45 (patch)
tree406c70ff220eb750a9195dcb2ac63f94537d44b5 /src/main/res/layout
parent0aadf62cd597662493a26a1d0d522670a805578a (diff)
renamed button in recording dialog to 'attach'
Diffstat (limited to 'src/main/res/layout')
-rw-r--r--src/main/res/layout/activity_recording.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_recording.xml b/src/main/res/layout/activity_recording.xml
index 916c8716f..9f6857adf 100644
--- a/src/main/res/layout/activity_recording.xml
+++ b/src/main/res/layout/activity_recording.xml
@@ -36,7 +36,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:text="@string/share"
+ android:text="@string/attach"
android:textColor="?attr/colorAccent" />
</LinearLayout>