Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- Title for the preference that keeps Syncthing always running. When run conditions prevent it from syncing, Syncthing is paused instead of stopped. -->
<string name="pref_keep_alive_name">Keep Syncthing alive</string>
<!-- Description for the preference that keeps Syncthing always running. -->
<string name="pref_keep_alive_desc">When Syncthing should not run, pause it instead of shutting it down. The avoids a potential performance hit when scanning large folders on startup.</string>
<string name="pref_keep_alive_desc">When Syncthing should not run, pause it instead of shutting it down. This avoids a potential performance hit when scanning large folders on startup.</string>
<!-- Title for the preference that allows external apps to control when Syncthing runs. -->
<string name="pref_remote_control_name">Allow remote control</string>
<!-- Description for the preference that allows external apps to control when Syncthing runs. -->
Expand Down