You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2007/07/23 16:09:18 UTC

svn commit: r558734 - /directory/studio/trunk/studio-apacheds-schemaeditor/src/main/java/org/apache/directory/studio/apacheds/schemaeditor/view/editors/schema/SchemaEditorOverviewPage.java

Author: pamarcelot
Date: Mon Jul 23 07:09:17 2007
New Revision: 558734

URL: http://svn.apache.org/viewvc?view=rev&rev=558734
Log:
Fixed typo problems.

Modified:
    directory/studio/trunk/studio-apacheds-schemaeditor/src/main/java/org/apache/directory/studio/apacheds/schemaeditor/view/editors/schema/SchemaEditorOverviewPage.java

Modified: directory/studio/trunk/studio-apacheds-schemaeditor/src/main/java/org/apache/directory/studio/apacheds/schemaeditor/view/editors/schema/SchemaEditorOverviewPage.java
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-apacheds-schemaeditor/src/main/java/org/apache/directory/studio/apacheds/schemaeditor/view/editors/schema/SchemaEditorOverviewPage.java?view=diff&rev=558734&r1=558733&r2=558734
==============================================================================
--- directory/studio/trunk/studio-apacheds-schemaeditor/src/main/java/org/apache/directory/studio/apacheds/schemaeditor/view/editors/schema/SchemaEditorOverviewPage.java (original)
+++ directory/studio/trunk/studio-apacheds-schemaeditor/src/main/java/org/apache/directory/studio/apacheds/schemaeditor/view/editors/schema/SchemaEditorOverviewPage.java Mon Jul 23 07:09:17 2007
@@ -285,8 +285,8 @@
         // Attribute Types Section
         Section attributeTypesSection = toolkit.createSection( parent, Section.DESCRIPTION | Section.EXPANDED
             | Section.TITLE_BAR );
-        attributeTypesSection.setDescription( "The schema" + schema.getName()
-            + "contains the following attribute types." );
+        attributeTypesSection.setDescription( "The schema '" + schema.getName()
+            + "' contains the following attribute types." );
         attributeTypesSection.setText( "Attribute Types" );
 
         // Creating the layout of the section
@@ -316,8 +316,8 @@
         // Attribute Types Section
         Section objectClassesSection = toolkit.createSection( parent, Section.DESCRIPTION | Section.EXPANDED
             | Section.TITLE_BAR );
-        objectClassesSection
-            .setDescription( "The_schema" + schema.getName() + "contains the following object classes." );
+        objectClassesSection.setDescription( "The schema '" + schema.getName()
+            + "' contains the following object classes." );
         objectClassesSection.setText( "Object Classes" );
 
         // Creating the layout of the section