Changeset 36474 in osm


Ignore:
Timestamp:
2026-01-31T12:57:45+01:00 (3 days ago)
Author:
stoecker
Message:

i18n update

Location:
applications/editors/josm/plugins
Files:
297 added
7 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/public_transport/src/org/openstreetmap/josm/plugins/public_transport/dialogs/GTFSImporterDialog.java

    r34718 r36474  
    8080        contentPane.add(tfGPSTimeStart);
    8181
    82         /* I18n: Don't change the time format, you only may translate the letters */
     82        /* I18n: Do not change the time format, you only may translate the letters */
    8383        label = new JLabel(tr("HH:MM:SS.sss"));
    8484
  • applications/editors/josm/plugins/rasterfilters/build.xml

    r36415 r36474  
    1111        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    1212        <property name="plugin.main.version" value="19044" />
    13         <property name="plugin.version" value="1.0.5"/>
    1413
    15   <property name="plugin.icon" value="images/josm_filters_48.png"/>
     14        <property name="plugin.icon" value="images/josm_filters_48.png"/>
    1615        <property name="plugin.author" value="Vadim Varnavsky" />
    1716        <property name="plugin.class" value="org.openstreetmap.josm.plugins.rasterfilters.RasterFiltersPlugin" />
Note: See TracChangeset for help on using the changeset viewer.