Skip to content

Commit c528866

Browse files
committed
Change '...' to '..' meet best practise
1 parent b5ce6a0 commit c528866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<string name="label_parent_directory">Parent Directory</string>
77
<string name="last_edit">Last edited: </string>
88
<string name="error_dir_access">Directory cannot be accessed</string>
9-
<string name="label_parent_dir" translatable="false">...</string>
9+
<string name="label_parent_dir" translatable="false">..</string>
1010
</resources>

0 commit comments

Comments
 (0)