Ignore:
Timestamp:
2019-09-14T18:15:04+02:00 (5 years ago)
Author:
donvip
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/gui/autocalibrate/CalibrationWindow.java

    r35104 r35111  
    312312
    313313        private void setRefFileName() {
    314                 refFileName.setText(tr("<html>Reference Name:"
     314                refFileName.setText("<html>"+tr("Reference Name:")
    315315                      + "<br>"
    316316                      + "<br>"
    317317                      + "<br>"
    318                       + "</html>"));
     318                      + "</html>");
    319319
    320320                contentPanel.add(refFileName, new GridBagConstraints(0, 6, GridBagConstraints.REMAINDER, 1, 0.0, 0.0,
     
    465465                contentPanel.remove(selectLayerButton);
    466466                contentPanel.remove(openButton);
    467                 refFileName.setText(tr("<html>Reference Name:</html>"));
     467                refFileName.setText("<html>"+tr("Reference Name:")+"</html>");
    468468                refFileNameValue.setText(referenceFileName);
    469469                contentPanel.add(refFileNameValue, new GridBagConstraints(3, 6, 2, 1, 0.0, 0.0,
Note: See TracChangeset for help on using the changeset viewer.