1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 04:41:16 +00:00

Merge pull request #733 from licaon-kter/patch-1

Fix typo, add info
This commit is contained in:
Felix Ableitner 2016-08-27 11:48:26 +02:00 committed by GitHub
commit 6129e00e9e

View file

@ -304,9 +304,9 @@ Please report any problems you encounter via Github.</string>
<string name="run_as_foreground_service_summary">If enabled, Syncthing will run with foreground priority and is less likely to be stopped by Android. This might cause other services to be stopped if available memory is low. A low-priority notification needs to be shown due to Android requirements, regardless of the \"Notification\" setting.</string>
<string name="use_tor_title">Use TOR</string>
<string name="use_tor_title">Use Tor</string>
<string name="use_tor_summary">Force all traffic through TOR for increased privacy</string>
<string name="use_tor_summary">Force all traffic through Tor for increased privacy. Requires Orbot</string>
<!-- Toast shown after config was successfully exported -->
<string name="config_export_successful">Config was exported to %1$s</string>