From 7bff02a4e4cd1eaf4eaad8e7808a96a65da46605 Mon Sep 17 00:00:00 2001 From: Anna Kozlova Date: Wed, 30 Jan 2013 16:25:32 +0400 Subject: [PATCH] description fixed --- resources-en/src/fileTemplates/internal/Class.java.html | 2 +- resources-en/src/fileTemplates/internal/Interface.java.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources-en/src/fileTemplates/internal/Class.java.html b/resources-en/src/fileTemplates/internal/Class.java.html index 126fcedb1701..5d761fd31c57 100644 --- a/resources-en/src/fileTemplates/internal/Class.java.html +++ b/resources-en/src/fileTemplates/internal/Class.java.html @@ -3,7 +3,7 @@
This is a built-in template used each time you create - a new Java class, by selecting New | Class from the popup menu in one of the project views.
+ a new Java class, by selecting New | Java Class | Class from the popup menu in one of the project views.
The template is editable. Along with Java expressions and comments, you can also use the predefined variables (listed below) that will be then expanded like macros into the corresponding values.
Using the #parse directive, you can include templates from the Includes diff --git a/resources-en/src/fileTemplates/internal/Interface.java.html b/resources-en/src/fileTemplates/internal/Interface.java.html index d60253ea5876..b163bc598c43 100644 --- a/resources-en/src/fileTemplates/internal/Interface.java.html +++ b/resources-en/src/fileTemplates/internal/Interface.java.html @@ -3,7 +3,7 @@
This is a built-in template used each time you create a new Java interface, by - selecting New | Interface from the popup menu in one of the project views.
+ selecting New | Java Class | Interface from the popup menu in one of the project views.
The template is editable. Along with Java expressions and comments, you can also use the predefined variables (listed below) that will be then expanded like macros into the corresponding values.
Using the #parse directive, you can include templates from the Includes