Change "sync only" to "run only" (fixes #928)

This commit is contained in:
Felix Ableitner 2017-09-20 23:39:45 +09:00
parent acf088a845
commit f4d534df8e
1 changed files with 2 additions and 2 deletions

View File

@ -244,9 +244,9 @@ Please report any problems you encounter via Github.</string>
<!-- Preference summary in case it is disabled --> <!-- Preference summary in case it is disabled -->
<string name="always_run_in_background_disabled">Syncthing only runs when explicitly started, and can be stopped by menu button.</string> <string name="always_run_in_background_disabled">Syncthing only runs when explicitly started, and can be stopped by menu button.</string>
<string name="sync_only_charging">Sync only when charging</string> <string name="sync_only_charging">Run only when charging</string>
<string name="sync_only_wifi">Sync only on wifi</string> <string name="sync_only_wifi">Run only on wifi</string>
<string name="sync_only_wifi_ssids">Restrict to certain wifi networks</string> <string name="sync_only_wifi_ssids">Restrict to certain wifi networks</string>