DGP - wordsmithing
authorrodinia814 <rodinia814@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 8 Sep 2010 02:24:10 +0000 (02:24 +0000)
committerrodinia814 <rodinia814@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 8 Sep 2010 02:24:10 +0000 (02:24 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/branches/printing@83 180e2498-e6e9-4542-8430-84ac67f01cd8

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): ");