This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 21283
Collapse All | Expand All

(-)xml/catalog/src/org/netbeans/modules/xml/catalog/Bundle.properties (-7 / +6 lines)
Lines 36-48 Link Here
36
## CatalogRootNode.java
36
## CatalogRootNode.java
37
TEXT_catalog_root=XML Entity Catalogs
37
TEXT_catalog_root=XML Entity Catalogs
38
#it is HTML tooltip
38
#it is HTML tooltip
39
PROP_catalog_root_desc=<html><h3>XML Infractructure Entity Catalog.</h3>\
39
PROP_catalog_root_desc=<html><h3>XML Infrastructure Entity Catalog.</h3> \
40
<p>You can <b>mount</b> external catalog\
40
        <p>You can <b>mount</b> external catalog files in several formats: <ul> \
41
files in several formats:\
41
        <li>TR9401 (SOCAT) standard</li> \
42
<ul><li>TR9401 (SOCAT) standard\
42
        <li>OASIS XML Catalog standard</li> \
43
<li>OASIS XML Catalog standard\
43
        <li>other custom formats.</li> \
44
<li>other custom formats.\
44
        </ul></p></html>
45
</ul></p></html>
46
PROP_Mount_Catalog=Mount Catalog
45
PROP_Mount_Catalog=Mount Catalog
47
LBL_mount=Mount Catalog...
46
LBL_mount=Mount Catalog...
48
47
(-)xml/catalog/src/org/netbeans/modules/xml/catalog/impl/Bundle.properties (-3 / +4 lines)
Lines 11-21 Link Here
11
11
12
12
13
## SystemCatalogCustomizer.java
13
## SystemCatalogCustomizer.java
14
SystemCatalogCustomizer.readOnly.text=This is the Netbeans IDE system catalog. \u000AUsers have read-only access. It can be manipulated only by modules.
14
SystemCatalogCustomizer.readOnly.text=This is the NetBeans IDE system catalog.\n\
15
ACSD_SystemCatalogCustomizer=Customizer for Netbeans IDE catalog
15
        Users have read-only access. It can be manipulated only by modules.
16
ACSD_SystemCatalogCustomizer=Customizer for NetBeans IDE catalog
16
17
17
## SystemCatalogReaderBeanInfo.java
18
## SystemCatalogReaderBeanInfo.java
18
NAME_system_catalog=Netbeans Catalog
19
NAME_system_catalog=NetBeans Catalog
19
TEXT_system_catalog_desc=Read-only IDE system catalog (useful for IDE module development).
20
TEXT_system_catalog_desc=Read-only IDE system catalog (useful for IDE module development).
20
21
21
## XCatalog.java
22
## XCatalog.java

Return to bug 21283