mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Change to string resources
This commit is contained in:
parent
e0a3bf0707
commit
5aa891365b
2 changed files with 5 additions and 2 deletions
|
|
@ -8,9 +8,9 @@
|
|||
android:defaultValue="CC BY-SA"
|
||||
/>
|
||||
<CheckBoxPreference
|
||||
android:title="Automatically get current location"
|
||||
android:title="@string/allow_gps"
|
||||
android:defaultValue="false"
|
||||
android:summary="Retrieve current location to offer category suggestions if image is not geotagged"
|
||||
android:summary="@string/allow_gps_summary"
|
||||
android:key="allowGps" />
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue