Author: danhaywood
Date: Sat Jan 19 21:50:51 2013
New Revision: 1435725

URL: http://svn.apache.org/viewvc?rev=1435725&view=rev
Log:
isis site - more on screenshots

Modified:
    isis/site/trunk/content/getting-started/screenshots.md

Modified: isis/site/trunk/content/getting-started/screenshots.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/getting-started/screenshots.md?rev=1435725&r1=1435724&r2=1435725&view=diff
==============================================================================
--- isis/site/trunk/content/getting-started/screenshots.md (original)
+++ isis/site/trunk/content/getting-started/screenshots.md Sat Jan 19 21:50:51 
2013
@@ -235,8 +235,8 @@ public class ToDoItem {
             return "Already a dependency";
         }
         if(toDoItem == this) {
-            return 
-            "Can't set up a dependency to self";
+            return "Can't set up a " + 
+                   "dependency to self";
         }
         return null;
     }


Reply via email to