Skip to content

Commit f9ac41c

Browse files
committed
description clarification, grammar correction
1 parent 5b70ace commit f9ac41c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

app/src/main/res/values/strings.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
<string name="hint_condition_title">condition title</string>
8686

8787
<string name="prompt_save_failed">Failed to save</string>
88-
<string name="prompt_delete">Are you sure to delete: %s?</string>
88+
<string name="prompt_delete">Are you sure you want to delete: %s?</string>
8989
<string name="prompt_delete_failed">Failed to delete. Check if this item is being used.</string>
90-
<string name="prompt_data_illegal">Prevented saving data with invalid field(s). Please recheck your choices / inputs.</string>
90+
<string name="prompt_data_illegal">Prevented saving data with invalid field(s). Please check your choices / inputs.</string>
9191

9292
<string name="prompt_prevented_for_permission">Easer needs permission &lt;%s&gt; for this function.</string>
9393

@@ -127,14 +127,14 @@ Reminder: Easer is still in development. It may contain bugs and the UI definite
127127
<string name="pref_welcome_summary">Show welcome message on app startup</string>
128128

129129
<string name="pref_logging_title">Enable external logging</string>
130-
<string name="pref_logging_summary">Save logs to external storage devices (/sdcard/logger) to aid bug reports.\nChange of this setting will take effect from next time Easer starts.</string>
130+
<string name="pref_logging_summary">Save logs to external storage devices (/sdcard/logger) to aid bug reports.\nThis setting will take effect next time Easer starts.</string>
131131

132132
<string name="pref_use_root_title">Use root features</string>
133-
<string name="pref_use_root_summary">Use root permission for specific functions (plugins), which may help resolve compatibility issue on some devices. Root permission won\'t be used elsewhere.</string>
133+
<string name="pref_use_root_summary">Use root permission for specific functions (plugins), which may help resolve compatibility issues on some devices. Root permission won\'t be used elsewhere.</string>
134134

135135
<string name="pref_cooldown_title">Cool down time</string>
136-
<string name="pref_cooldown_summary">Minimal interval between two triggers of the same event</string>
137-
<string name="cooldown_time_illformed">The number must not be lower than 0 and not too large to fit in a integer</string>
136+
<string name="pref_cooldown_summary">Minimum interval between two triggers of the same event</string>
137+
<string name="cooldown_time_illformed">Must be greater than 0 and smaller than integer maximum</string>
138138

139139
<string name="pref_passive_mode_title">Passive mode</string>
140140
<string name="pref_passive_mode_summary_on">Listen to Event; no checking when activated</string>
@@ -156,7 +156,7 @@ Reminder: Easer is still in development. It may contain bugs and the UI definite
156156
<string name="pref_show_notification_title">Show notification</string>
157157
<string name="pref_show_notification_summary">Show a notification in the notification bar.</string>
158158
<string name="pref_foreground_title">Run service in foreground</string>
159-
<string name="pref_foreground_summary">Make the service less easier to be killed by the system. Will show a notification. Can not be disabled on Android 8+ because of system requirement.</string>
159+
<string name="pref_foreground_summary">Make it harder for the system to kill this service. Will show a notification. Cannot be disabled on Android 8+.</string>
160160

161161
<string name="message_plugin_not_compatible">This plugin is not compatible with this device.</string>
162162

@@ -187,10 +187,10 @@ Reminder: Easer is still in development. It may contain bugs and the UI definite
187187
<string name="dynamics_profile_name">Profile Name</string>
188188

189189
<string name="title_help">Help</string>
190-
<string name="help_script">Script is the logic containers. You will connect an Event or a Condition with a Profile in a Script, so that Easer knows to load/execute that Profile when that Event happens or the Condition is met.\nThere are also more advanced functions, e.g. reversed event.\nPlease refer to the <a href="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
191-
<string name="help_event">Event represents a short-time (instant) event on your phone or remotely.\nFor example, receiving a notification, or an NFC tag is scanned.\nPlease refer to the <a href="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
192-
<string name="help_condition">Condition represents a long-lasting (but usually not forever) condition on your phone or remotely.\nFor example, connected to WiFi, or Screen is Off.\nPlease refer to the <a href="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
193-
<string name="help_profile">Profile is a set of Operations. Each Operation represents a particular type of action.\nFor example, turn on Bluetooth, or send an SMS.\nPlease refer to the <a href="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
190+
<string name="help_script">A Script holds the logic that determines when a Profile should be loaded/executed. You will connect an Event or a Condition with a Profile in a Script, so that Easer knows to load/execute that Profile when that Event happens or the Condition is met.\nThere are also more advanced functions, e.g. reversed event.\nPlease refer to the <a href="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
191+
<string name="help_event">An Event represents an instantaneous event such as receiving a notification or scanning an NFC tag. Scripts can be set to trigger when an Event occurs.\nPlease refer to the <a href="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
192+
<string name="help_condition">A Condition represents a long-lasting state, such as WiFi status (connected/disconnected) or screen state (on/off).\nWhen a Script is triggered by an event, it can check whether a Condition is satisfied and modify its behavior.\nPlease refer to the <a href="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
193+
<string name="help_profile">A Profile contains a set of Operations that can be triggered by a Script. Each Operation represents a particular type of action.\nFor example, turn on Bluetooth, or send an SMS.\nPlease refer to the <a href="https://github.com/renyuneyun/Easer/wiki">document</a> for more information.</string>
194194

195195
<string name="category_operation_android">Android</string>
196196
<string name="category_operation_system_config">System config</string>

0 commit comments

Comments
 (0)