diff --git a/app/src/main/java/com/nutomic/syncthingandroid/activities/SettingsActivity.java b/app/src/main/java/com/nutomic/syncthingandroid/activities/SettingsActivity.java
index 7dba1dc1..47c7bf9f 100644
--- a/app/src/main/java/com/nutomic/syncthingandroid/activities/SettingsActivity.java
+++ b/app/src/main/java/com/nutomic/syncthingandroid/activities/SettingsActivity.java
@@ -294,7 +294,7 @@ public class SettingsActivity extends SyncthingActivity {
final int itemsCount = listAdapter.getCount();
for (int itemNumber = 0; itemNumber < itemsCount; ++itemNumber) {
if (listAdapter.getItem(itemNumber).equals(categoryRunConditions)) {
- //simulates click on the sub-preference
+ // Simulates click on the sub-preference
prefScreen.onItemClick(null, null, itemNumber, 0);
break;
}
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index bcdb5249..07640f99 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -294,16 +294,16 @@ Please report any problems you encounter via Github.
to_be_deleted
Run Conditions
- Use the following options to decide when the syncthing UI will be available and synchronization takes place.
+ Use the following options to decide when Syncthing will run.
Run on mobile data
- Run when device is connected to the mobile data network. Attention: This can fastly consume your data plan if you sync a large amount of data.
+ Run when device is connected via the mobile data network. Warning: This can consume a lot of data from your mobile operator data plan if you sync large amounts of data.
Run on wifi
Run when device is connected to a wifi network.
Run on metered wifi
- Run when device is connected to a metered wifi network e.g. a hotspot or tethered network. Attention: This can fastly consume your data plan if you sync a large amount of data.
+ Run when device is connected to a metered wifi network e.g. a hotspot or tethered network. Attention: This can consume large portion of your data plan if you sync a lot of data.
Run on specified wifi networks
Run on selected wifi networks: %1$s
@@ -325,16 +325,16 @@ Please report any problems you encounter via Github.
Respect Android battery saving setting
- Disable Syncthing if battery saving is active
+ Disable Syncthing if battery saving is active.
Respect Android \'Auto-sync data\' setting
Disable Syncthing when the quick settings tile \'Auto-sync data\' is toggled off.
Run when device is in flight mode
- Enable if your phone has problems detecting manually connected wifi during flight mode.
+ Enable if your phone has problems detecting manual wifi connections during flight mode.
Service setting
- Running Syncthing as a service adds a persistent notification to prevent it from being ended by android. Checking this option starts syncthing automatically when the phone boots.
+ Run Syncthing as a service. Adds a persistent notification to prevent it from being terminated by Android. Checking this option starts Syncthing on operating system startup.
Run as background service