Skip to content

Commit

Permalink
TEIIDDES-1285 changed all "Base Table" labels to "Table"
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond committed May 22, 2013
1 parent 165ff43 commit 81a398c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ CreateNewXmlDocumentViewModel=Create new xml document view model
CreateNewXmlDocumentViewModel_Short=Xml document view model
CreateNewModelExtensionDefinition=Create new Model Extension Definition (MED)
CreateNewModelExtensionDefinition_Short=Model Extension Definition (MED)
CreateNewRelationalBaseTable=Create new relational base table
CreateNewRelationalBaseTable_Short=Relational base table
CreateNewRelationalBaseTable=Create new relational table
CreateNewRelationalBaseTable_Short=Relational table
CreateNewRelationalViewTable=Create new relational view table
CreateNewRelationalViewTable_Short=Relational view table
CreateNewRelationalViewRESTProcedure=Create new relational view REST procedure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ _UI_ProcedureResult_procedure_feature = Procedure
_UI_LogicalRelationshipEnd_type = Logical Relationship End
_UI_MultiplicityKind_ONE_literal = ONE
_UI_DirectionKind_UNKNOWN_literal = UNKNOWN
_UI_BaseTable_type = Base Table
_UI_BaseTable_type = Table
_UI_Index_catalog_feature = Catalog
_UI_UniqueConstraint_table_feature = Table
_UI_LogicalRelationship_ends_feature = Ends
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ indexesLabel=Indexes
indexLabel=Index
tableReferenceLabel=Table Reference

baseTableActionText = Base Table...
baseTableActionText = Table...
createRelationalTableTitle = Create Relational Table
createRelationalTableInitialMessage = Provide unique name, properties and desired columns
createRelationalTableExceptionMessage = Error creating relational table. {0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ teiidMetadataImportWizard.description = Import metadata from Flat File into a ne
teiidXmlImportWizard.name=File Source (XML) >> Source and View Model
teiidXmlImportWizard.description = Import metadata from XML File into a source procedure and view table transformation.

newChildViewTableAction=Base Table...
newSiblingViewTableAction=Base Table...
newChildViewTableAction=Table...
newSiblingViewTableAction=Table...

0 comments on commit 81a398c

Please sign in to comment.