Skip to content

Commit 0442566

Browse files
authored
Gmoccapy: Fix typo in message about number of macros found
1 parent 06fd203 commit 0442566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emc/usr_intf/gmoccapy/gmoccapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ def _make_macro_button(self):
13631363
num_macros = len(macros)
13641364
LOG.debug("found {0} Macros".format(num_macros))
13651365
if num_macros > 14:
1366-
message = _("Found more than 16 macros, will use only the first 14.")
1366+
message = _("Found more than 14 macros, will use only the first 14.")
13671367
LOG.info(message)
13681368
num_macros = 14
13691369
btn = self._new_button_with_predefined_image(

0 commit comments

Comments
 (0)