Revision 5352 trunk/extensions/extGeoreferencing/src/org/gvsig/georeferencing/toc/GeoRasterTocMenuEntry.java

View differences:

GeoRasterTocMenuEntry.java
81 81
			
82 82
    		// Opcciones para capas FLyrGeoRaster
83 83
    		if ((lyr instanceof FLyrGeoRaster)) {
84
    			propsMenuItem = new JMenuItem(PluginServices.getText(this, "georaster_properties"));
84
    			propsMenuItem = new JMenuItem(PluginServices.getText(this, "georaster"));
85 85
    			getMenu().add( propsMenuItem );
86 86
    			propsMenuItem.setFont(FPopupMenu.theFont);
87 87
    			getMenu().setEnabled(true);

Also available in: Unified diff