Ignore:
Timestamp:
2015-04-28T08:41:19+02:00 (10 years ago)
Author:
stoecker
Message:

drop binary stuff, fix trn()/tr() issue

Location:
applications/editors/josm/plugins/OSMRecPlugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/OSMRecPlugin

    • Property svn:ignore set to
      build
  • applications/editors/josm/plugins/OSMRecPlugin/src/org/openstreetmap/josm/plugins/osmrec/OSMRecPluginHelper.java

    r31106 r31108  
    405405       
    406406        private TrainingDialog(String key, int row, Map<String, Integer> map, final boolean initialFocusOnKey) {
    407             //super(Main.parent, trn("Training process configuration", "Training process configuration", map.size()), new String[] {tr("Start Training"),tr("Cancel")});
    408             super(Main.parent, trn("Training process configuration", "Training process configuration", map.size()),
     407            //super(Main.parent, tr("Training process configuration"), new String[] {tr("Start Training"),tr("Cancel")});
     408            super(Main.parent, tr("Training process configuration"),
    409409                    new String[] {tr("Cancel")});
    410410
Note: See TracChangeset for help on using the changeset viewer.