Skip to content

Commit

Permalink
fix: update restore summary text for flexible backup location instruc…
Browse files Browse the repository at this point in the history
…tions

Signed-off-by: Amr Hossam <[email protected]>
  • Loading branch information
amrhossamdev authored and aaronbrethorst committed Sep 10, 2024
1 parent 28ab7fa commit eb64e5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onebusaway-android/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,8 @@
<string name="preferences_save_title">Save to storage</string>
<string name="preferences_save_summary">Saves your starred and recent stops and routes</string>
<string name="preferences_restore_title">Restore from storage</string>
<string name="preferences_restore_summary">Restores from previous save. After selecting this option you\'ll be asked to pick a file. Please select \"db.backup\" or \"OneBusAway.backup\", which will be in a folder \"OBABackups\", likely on your SD card or under your \"Documents\" folder.</string>
<string name="preferences_restore_summary">Restores from a previous backup. After selecting this option, you\'ll be asked to pick a file. Please select the backup file (e.g., "db.backup" or "OneBusAway.backup"), which may be in your "Documents" folder or any location where you saved the backup.
</string>

<string name="preferences_db_saved">Saved successfully!</string>
<string name="preferences_db_save_error">Unable to save: %1$s</string>
Expand Down

0 comments on commit eb64e5a

Please sign in to comment.