renamed button in recording dialog to 'attach'

This commit is contained in:
Daniel Gultsch 2019-03-23 07:26:29 +01:00
parent 74301831d2
commit 6322d4c077
2 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/share"/>
android:text="@string/attach"/>
</LinearLayout>
<TextView

View file

@ -856,4 +856,5 @@
<string name="manage_permission">Manage privileges</string>
<string name="search_participants">Search participants</string>
<string name="file_too_large">File too large</string>
<string name="attach">Attach</string>
</resources>