diff --git a/src/org/plantuml/idea/toolwindow/Usage.java b/src/org/plantuml/idea/toolwindow/Usage.java index a672da29..dd4a7361 100644 --- a/src/org/plantuml/idea/toolwindow/Usage.java +++ b/src/org/plantuml/idea/toolwindow/Usage.java @@ -6,9 +6,9 @@ public class Usage extends JTextArea { public static final String TEXT = "- Open file, put the cursor inside of PlantUML code to render it\n" + "- A new file can be created from template (File | New | select e.g. 'UML Sequence' template)\n" - + "- Diagram code can be placed anywhere, '*' are ignored for usage in Java comments\n" - + "- To render other than sequence diagram types, open settings and setup path to Graphviz\n" - + "- About screen tests your installation\n" + + "- PlantUML code can be placed anywhere, '*' are ignored for usage in Java comments\n" + + "- To render other than sequence diagram types, install Graphviz and set path to it\n" + + "- About screen tests Graphviz installation\n" + "- You can disable automatic rendering and use shortcut Alt+D, or reload button in the toolbar\n" + "- Image cache size can be tuned in the settings, if you have not enough heap.\n" + "- You can use intention to reverse arrows (Alt+Enter)\n"