Changeset 12640 in osm for applications/editors


Ignore:
Timestamp:
2008-12-28T19:52:15+01:00 (16 years ago)
Author:
stoecker
Message:

fixed typos

Location:
applications/editors/josm/plugins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/agpifoj/src/org/openstreetmap/josm/plugins/agpifoj/AgpifojPlugin.java

    r12588 r12640  
    3434
    3535        public Action() {
    36             super(tr("Open images with AgPifoJ"),
     36            super(tr("Open images with AgPifoJ..."),
    3737                  "agpifoj-open",
    3838                  tr("Load set of images as a new layer."),
  • applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/api/CloseAction.java

    r12588 r12640  
    6262                } else {
    6363                        JOptionPane.showMessageDialog(Main.parent,
    64                                         tr("An error occured: {0}", new Object[] {result}),
     64                                        tr("An error occurred: {0}", new Object[] {result}),
    6565                                        tr("Error"),
    6666                                        JOptionPane.ERROR_MESSAGE);
  • applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/api/EditAction.java

    r12588 r12640  
    6767                } else {
    6868                        JOptionPane.showMessageDialog(Main.parent,
    69                                         tr("An error occured: {0}", new Object[] {result}),
     69                                        tr("An error occurred: {0}", new Object[] {result}),
    7070                                        tr("Error"),
    7171                                        JOptionPane.ERROR_MESSAGE);
  • applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/NewIssueAction.java

    r12588 r12640  
    120120                                e1.printStackTrace();
    121121                                JOptionPane.showMessageDialog(Main.parent,
    122                                                 tr("An error occured: {0}", new Object[] {result}),
     122                                                tr("An error occurred: {0}", new Object[] {result}),
    123123                                                tr("Error"),
    124124                                                JOptionPane.ERROR_MESSAGE);
Note: See TracChangeset for help on using the changeset viewer.