mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-06 11:37:27 +00:00
GUI: fix symbology-specific groupbox accelerators
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<item row="0" column="1">
|
||||
<widget class="QRadioButton" name="radC11OneCheckDigit">
|
||||
<property name="text">
|
||||
<string>&One (Mod-11)</string>
|
||||
<string>One (&Mod-11)</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Add 1 mod-11 check digit</string>
|
||||
@@ -70,7 +70,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QRadioButton" name="radC11NoCheckDigits">
|
||||
<property name="text">
|
||||
<string>&No Check Digit</string>
|
||||
<string>No Ch&eck Digit</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Do not add any check digits</string>
|
||||
|
||||
Reference in New Issue
Block a user