iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

Update German translation #76

Open mobidev111 opened 8 years ago

mobidev111 commented 8 years ago

One minor typo in the German translation:

https://github.com/iPaulPro/aFileChooser/blob/master/aFileChooser/res/values-de/strings.xml#L4

from:

    <string name="storage_removed">Speicher wurde entferntet.</string>

to:

    <string name="storage_removed">Speicher wurde entfernt.</string>