mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add a dialog to prompt user if location is off in Nearby when L… (#3438)
This commit is contained in:
parent
15bccdf650
commit
021105ac4d
4 changed files with 44 additions and 1 deletions
|
|
@ -602,4 +602,10 @@ Upload your first media by tapping on the add button.</string>
|
|||
<string name="theme_default_name">Default</string>
|
||||
<string name="theme_dark_name">Dark</string>
|
||||
<string name="theme_light_name">Light</string>
|
||||
|
||||
<string name="cannot_open_location_settings">Failed to open location settings. Please turn on location manually</string>
|
||||
<string name="recommend_high_accuracy_mode">For best results, choose the High Accuracy mode.</string>
|
||||
<string name="ask_to_turn_location_on">Turn on location?</string>
|
||||
<string name="nearby_needs_location">Nearby needs location enabled to work properly</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue