Tweak the label and description of the secondary role a bit.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="long-press-container" *ngIf="secondaryRoleEnabled">
|
||||
<b class="setting-label">Secondary role action:</b>
|
||||
<b class="setting-label">Secondary role:</b>
|
||||
<select2 #secondaryRoleSelect
|
||||
[data]="secondaryRoleGroups"
|
||||
[value]="selectedSecondaryRoleIndex.toString()"
|
||||
@@ -42,7 +42,7 @@
|
||||
></select2>
|
||||
<icon name="question-circle"
|
||||
data-toggle="tooltip"
|
||||
title="This action activates when another key gets pressed while holding this key."
|
||||
title="The secondary role activates when another key gets pressed while holding this key."
|
||||
data-placement="bottom"></icon>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user