Changeset 26382 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionSaveRasterAs.java
- Timestamp:
- 2011-07-22T14:58:22+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionSaveRasterAs.java
r24934 r26382 3 3 4 4 import static org.openstreetmap.josm.tools.I18n.tr; 5 import static org.openstreetmap.josm.tools.I18n.marktr; 5 6 6 7 import java.awt.event.ActionEvent; … … 18 19 public class MenuActionSaveRasterAs extends JosmAction { 19 20 20 public static String name = "Save image as PNG"; 21 public static String name = marktr("Save image as PNG"); 21 22 22 23 private static final long serialVersionUID = 1L;
Note:
See TracChangeset
for help on using the changeset viewer.
