Fixes misnamed string resource

Closes #6398
// FREEBIE
This commit is contained in:
RiseT 2017-03-16 12:09:56 +01:00 committed by Moxie Marlinspike
parent 0f548a431b
commit 4f0422ee94

View File

@ -138,7 +138,7 @@
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/export"
android:text="@string/import_export_fragment__export"
android:textSize="20sp"/>
</FrameLayout>