diff --git a/ugs-core/src/resources/MessagesBundle_en_US.properties b/ugs-core/src/resources/MessagesBundle_en_US.properties
index a472158a39..5e0ece2d84 100644
--- a/ugs-core/src/resources/MessagesBundle_en_US.properties
+++ b/ugs-core/src/resources/MessagesBundle_en_US.properties
@@ -116,7 +116,7 @@ mainWindow.swing.softResetMachineControl = Soft Reset
mainWindow.swing.stepSizeLabel = XY Step size\:
mainWindow.swing.visualizeButton = Visualize
mainWindow.swing.workPositionLabel = Work Position\:
-mainWindow.swing.macroInstructions = Each box can contain a series of GCode commands seperated by ';'.
To execute the command, click the button to the left of the text.
Interactive substitutions can be made with\:
- {machine_x} - The machine X location
- {machine_y} - The machine Y location
- {machine_z} - The machine Z location
- {work_x} - The work X location
- {work_y} - The work Y location
- {work_z} - The work Z location
- {prompt|name} - Prompt the user for a value named 'name'. If default is provided the text input will contain this value by default. The value of a prompt can be re-used with a {name} placeholder. e.g. X{prompt|pos} Y{pos} would resolve to X0 Y0.
- {prompt|name|default} - Prompt the user for a value named 'name' with the default value added to the input by default. e.g. {prompt|pos|0}
+mainWindow.swing.macroInstructions = Each box can contain a series of GCode commands seperated by ';'.
To execute the command, click the button to the left of the text.
Interactive substitutions can be made with\:
- {machine_x} - The machine X location
- {machine_y} - The machine Y location
- {machine_z} - The machine Z location
- {work_x} - The work X location
- {work_y} - The work Y location
- {work_z} - The work Z location
- {prompt|name} - Prompt the user for a value named 'name'. The value of a prompt
can be re-used with a {name} placeholder e.g. X{prompt|pos} Y{pos} would resolve to X0 Y0. - {prompt|name|default} - Same as a normal prompt, except the third value will be included
in the popup input by default. e.g. {prompt|pos|0}
mainWindow.swing.inchRadioButton = Inches
mainWindow.swing.mmRadioButton = Millimeters
gcodeTable.command = Command