Revision 5503 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/ShowTable.java

View differences:

ShowTable.java
145 145
					}
146 146

  
147 147
					if (projectTable == null) {
148
						projectTable = ProjectFactory.createTable(PluginServices.getText(this, "Tabla de Atributos") + ": " + actives[i].getName(),
148
						projectTable = ProjectFactory.createTable(PluginServices.getText(this, "Tabla_de_Atributos") + ": " + actives[i].getName(),
149 149
								ea);
150 150
						projectTable.setAssociatedTable(co);
151 151
						ext.getProject().addTable(projectTable);

Also available in: Unified diff