Skip to content

Commit

Permalink
#859 feat: rename "trigger from other apps" option to be less confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Jan 31, 2022
1 parent 23b8584 commit d925152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<string name="caption_action_type_phone_call">Enter the phone number.</string>
<string name="caption_action_type_url">Type a URL which you want to be opened. The http://, https:// or www. isn\'t required.</string>
<string name="caption_no_paired_bt_devices">Can\'t find any paired devices. Is Bluetooth turned on?</string>
<string name="caption_create_keymap_shortcut">The \"trigger from other apps\" option will be turned on for the key map that you select if it isn\'t already. If you turn this option off later then any shortcuts or Intents to trigger this key map will not work.</string>
<string name="caption_create_keymap_shortcut">The \"Allow other apps to trigger this key map\" option will be turned on for the key map that you select if it isn\'t already. If you turn this option off later then any shortcuts or Intents to trigger this key map will not work.</string>

<string name="switch_enabled">Enabled</string>
<string name="disabled">Disabled</string>
Expand Down Expand Up @@ -705,7 +705,7 @@
<string name="flag_hold_down_until_pressed_again">Hold down until pressed again</string>
<string name="flag_dont_override_default_action">Do not override default action</string>
<string name="flag_hold_down_until_swiped_again">Hold down until swiped again</string>
<string name="flag_trigger_from_other_apps">Trigger from other apps</string>
<string name="flag_trigger_from_other_apps">Allow other apps to trigger this key map</string>
<!--flags-->

<!-- Showcase -->
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/keymaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ___

There are options for a key map under the 'Options' or 'Constraints and more' tab. Here are explanations of each option.

### Trigger from other apps (2.3.0+)
### Allow other apps to trigger this key map (2.3.0+)

![](../images/hg-trigger-from-other-apps.png)

Expand Down

0 comments on commit d925152

Please sign in to comment.