Skip to content

Commit 37cb35c

Browse files
committed
Use "Folder" title instead of "Filename"
1 parent a39fde4 commit 37cb35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/dialog_import_folder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
android:id="@+id/open_file_filename_label"
1414
android:layout_width="wrap_content"
1515
android:layout_height="wrap_content"
16-
android:text="@string/filename"
16+
android:text="@string/folder"
1717
android:textSize="@dimen/smaller_text_size"/>
1818

1919
<com.simplemobiletools.commons.views.MyTextView

0 commit comments

Comments
 (0)