alpha-quadrant/dev-java/plantuml/files/DateEvent.patch
2013-11-07 14:49:09 +01:00

12 lines
759 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- ./src/net/sourceforge/plantuml/graphic/DateEventUtils.java.orig 2013-11-07 14:46:19.046926326 +0100
+++ ./src/net/sourceforge/plantuml/graphic/DateEventUtils.java 2013-11-07 14:46:29.669925555 +0100
@@ -63,7 +63,7 @@ public class DateEventUtils {
final List<String> asList = Arrays.asList("<u>June 29th, 1975",
"\"It was the first time in history that anyone had typed",
"a character on a keyboard and seen it show up on their",
- "own computers screen right in front of them.\"", "\t\t\t\t\t\t\t\t\t\t<i>Steve Wozniak");
+ "own computer's screen right in front of them.\"", "\t\t\t\t\t\t\t\t\t\t<i>Steve Wozniak");
return TextBlockUtils.mergeTB(textBlock, getComment(asList, color), HorizontalAlignment.LEFT);
}