Skip to content

Commit 4014ed0

Browse files
authored
Merge pull request #3765 from Sigma1912/patch-1
Gmoccapy: Fix typo in message about number of macros found
2 parents 06fd203 + 0442566 commit 4014ed0

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)