Revision 47392

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/src/main/java/org/gvsig/app/extension/editedfeatures/EditedFeaturesPanel.java
310 310
                        tblFeatures.getSelectionModel().setSelectionInterval(currentPosition, currentPosition);
311 311
                    }
312 312
                });
313
                String title = String.format("%s (%s)",
314
                        this.store.getName(),
315
                        i18n.getTranslation("_Edited_features")
316
                );
313
                
314
                String title = ToolsSwingUtils.makeTitle("_Edited_features", this.store.getName(), null);
317 315
                winmgr.showWindow(
318 316
                        this.form.asJComponent(),
319 317
                        title,

Also available in: Unified diff