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