Ignore:
Timestamp:
2011-07-22T14:58:22+02:00 (15 years ago)
Author:
pieren
Message:

improved i18n with patches #6624 #6625

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionSaveRasterAs.java

    r24934 r26382  
    33
    44import static org.openstreetmap.josm.tools.I18n.tr;
     5import static org.openstreetmap.josm.tools.I18n.marktr;
    56
    67import java.awt.event.ActionEvent;
     
    1819public class MenuActionSaveRasterAs extends JosmAction {
    1920
    20     public static String name = "Save image as PNG";
     21    public static String name = marktr("Save image as PNG");
    2122   
    2223    private static final long serialVersionUID = 1L;
Note: See TracChangeset for help on using the changeset viewer.