Changeset 31363 in osm


Ignore:
Timestamp:
2015-07-09T23:47:51+02:00 (9 years ago)
Author:
stoecker
Message:

fix i18n

Location:
applications/editors/josm/plugins/reverter/src/reverter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reverter/src/reverter/ChangesetReverter.java

    r30737 r31363  
    216216        final OsmServerMultiObjectReader rdr = new OsmServerMultiObjectReader();
    217217
    218         progressMonitor.beginTask("Downloading objects history",updated.size()+deleted.size()+1);
     218        progressMonitor.beginTask(tr("Downloading objects history"),updated.size()+deleted.size()+1);
    219219        try {
    220220            for (HashSet<HistoryOsmPrimitive> collection : Arrays.asList(new HashSet[]{updated, deleted})) {
  • applications/editors/josm/plugins/reverter/src/reverter/ObjectsHistoryAction.java

    r29769 r31363  
    1515        super(tr("Objects history"),null,tr("History reverter"),
    1616            Shortcut.registerShortcut("tool:history",
    17                 "Tool: Display objects history dialog",
     17                tr("Tool: Display objects history dialog"),
    1818                KeyEvent.VK_H, Shortcut.ALT_CTRL_SHIFT),
    1919                true);
Note: See TracChangeset for help on using the changeset viewer.