DGP - wordsmithing
[debian/openrocket] / src / net / sf / openrocket / gui / print / DesignReport.java
index bdd830973b8a05c7763e3caa56c490a300a96a4c..3f36e12e667fc3f216abc2fde9f91bdae364fa37 100644 (file)
@@ -150,7 +150,7 @@ public class DesignReport extends BaseVisitorStrategy {
 
 
         if (configuration.hasMotors()) {
-            canvas.newlineShowText("Mass (with motor" + ((configuration.getStageCount() > 1) ? "s)" : ")"));
+            canvas.newlineShowText("Mass (with motor" + ((configuration.getStageCount() > 1) ? "s): " : "): "));
         }
         else {
             canvas.newlineShowText("Mass (Empty): ");