Use "Folder" title instead of "Filename"

This commit is contained in:
Nikola Trubitsyn 2018-05-08 10:55:55 +03:00
parent a39fde4c11
commit 37cb35c6fc

View File

@ -13,7 +13,7 @@
android:id="@+id/open_file_filename_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/filename"
android:text="@string/folder"
android:textSize="@dimen/smaller_text_size"/>
<com.simplemobiletools.commons.views.MyTextView