We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06fd203 + 0442566 commit 4014ed0Copy full SHA for 4014ed0
1 file changed
src/emc/usr_intf/gmoccapy/gmoccapy.py
@@ -1363,7 +1363,7 @@ def _make_macro_button(self):
1363
num_macros = len(macros)
1364
LOG.debug("found {0} Macros".format(num_macros))
1365
if num_macros > 14:
1366
- message = _("Found more than 16 macros, will use only the first 14.")
+ message = _("Found more than 14 macros, will use only the first 14.")
1367
LOG.info(message)
1368
num_macros = 14
1369
btn = self._new_button_with_predefined_image(
0 commit comments