Tweak the label and description of the secondary role a bit.

This commit is contained in:
László Monda
2017-11-03 22:45:32 +01:00
parent 2ae7abe440
commit a5ff1cd97d

View File

@@ -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>