Skip to content
Snippets Groups Projects
Commit b447c0d9 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Loading text for media scan progress bar

parent 48cab8db
No related branches found
No related tags found
No related merge requests found
......@@ -17,5 +17,6 @@
android:layout_height="match_parent"
android:gravity="center"
android:maxLines="1"
android:textColor="?attr/font_light"/>
android:textColor="?attr/font_light"
android:text="@string/loading_medialibrary"/>
</RelativeLayout>
\ No newline at end of file
......@@ -703,6 +703,7 @@
<string name="ml_external_storage_msg">Do you want VLC to add device %1$s to your medialibrary?</string>
<string name="last_added_media">last added</string>
<string name="no">No</string>
<string name="loading_medialibrary">Loading Medialibrary...</string>
<string-array name="chroma_formats" translatable="false">
<item>RGB 32-bit</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment