Fix typo/thinko in access key definition.

This commit is contained in:
Murtuza Zabuawala 2018-03-02 14:49:06 +00:00 committed by Dave Page
parent 905cdafe90
commit efcf87636d

View File

@ -52,8 +52,8 @@ try {
<i class="fa fa-outdent"></i>
</button>
<button type="button" class="btn btn-default btn-continue"
title="{{ _('Continue/Start') }}{{ _(' (accesskey+{0})'.format(accesskey.toggle_breakpoint)) }}"
accesskey="{{ accesskey.toggle_breakpoint }}"
title="{{ _('Continue/Start') }}{{ _(' (accesskey+{0})'.format(accesskey.start)) }}"
accesskey="{{ accesskey.start }}"
tabindex="0">
<i class="fa fa-play-circle"></i>
</button>