Change to string resources

This commit is contained in:
misaochan 2016-02-07 15:14:45 +13:00
parent e0a3bf0707
commit 5aa891365b
2 changed files with 5 additions and 2 deletions

View file

@ -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" />