We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8beac1b commit 9eacc4aCopy full SHA for 9eacc4a
1 file changed
src/emc/usr_intf/gmoccapy/gmoccapy.py
@@ -488,7 +488,7 @@ def __init__(self, argv):
488
except:
489
tb = traceback.format_exc()
490
LOG.error(tb)
491
- self.notification.add_message(_("Error in ") + rcfile + "\n" \
+ self.notification.add_message(_("Error in") + " " + rcfile + "\n" \
492
+ _("Please check the console output."), ALERT_ICON)
493
494
# Custom css file, e.g.:
@@ -509,7 +509,7 @@ def __init__(self, argv):
509
510
511
512
- self.notification.add_message(_("Error in ") + css_file + "\n" \
+ self.notification.add_message(_("Error in") + " " + css_file + "\n" \
513
514
515
0 commit comments