Ignore:
Timestamp:
2014-05-29T12:58:57+02:00 (10 years ago)
Author:
donvip
Message:

[josm_videomapping] fix #josm10080 - typo in message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoPlugin.java

    r29784 r30479  
    148148       
    149149        //now the options menu
    150         VCenterIcon = new JCheckBoxMenuItem(new JosmAction(tr("Keep centered"), (String)null, tr("follows the video icon automaticly"),null, false,"vm_keepcentered",false) {           
     150        VCenterIcon = new JCheckBoxMenuItem(new JosmAction(tr("Keep centered"), (String)null, tr("follows the video icon automatically"),null, false,"vm_keepcentered",false) {           
    151151            @Override public void actionPerformed(ActionEvent e) {
    152152                if (videoPositionLayer != null) {
Note: See TracChangeset for help on using the changeset viewer.