summaryrefslogtreecommitdiff
path: root/resources-en
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2013-02-08 15:14:04 -0800
committerJean-Baptiste Queru <jbq@google.com>2013-02-08 15:14:04 -0800
commit9edc8f6b58f71ec510ba36b838f115718d9a174d (patch)
tree06f6df92024fa534ff27e1c0b5fc8b2002848093 /resources-en
parentb56ea2a18f232d79481e778085fd64e8ae486fc3 (diff)
downloadidea-9edc8f6b58f71ec510ba36b838f115718d9a174d.tar.gz
Snapshot of commit 84dc01e773388c2c72a1fc437f313dd5747e7809
from branch master of git://git.jetbrains.org/idea/community.git
Diffstat (limited to 'resources-en')
-rw-r--r--resources-en/src/fileTemplates/internal/Class.java.html2
-rw-r--r--resources-en/src/fileTemplates/internal/Interface.java.html2
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 @@
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td colspan="3"><font face="verdana" size="-1">This is a built-in template used each time you create
- a new Java class, by selecting <b>New | Class</b> from the popup menu in one of the project views.<br>
+ a new Java class, by selecting <b>New | Java Class | Class</b> from the popup menu in one of the project views.<br>
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.<br>
Using the <font color="#7F0000"><b><i>#parse</i></b></font> directive, you can include templates from the <b>Includes</b>
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 @@
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td colspan="3"><font face="verdana" size="-1">This is a built-in template used each time you create a new Java interface, by
- selecting <b>New | Interface</b> from the popup menu in one of the project views.<br>
+ selecting <b>New | Java Class | Interface</b> from the popup menu in one of the project views.<br>
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.<br>
Using the <font color="#7F0000"><i><b>#parse</b></i></font> directive, you can include templates from the <b>Includes</b>