Changeset 12640 in osm for applications/editors
- Timestamp:
- 2008-12-28T19:52:15+01:00 (16 years ago)
- 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 34 34 35 35 public Action() { 36 super(tr("Open images with AgPifoJ "),36 super(tr("Open images with AgPifoJ..."), 37 37 "agpifoj-open", 38 38 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 62 62 } else { 63 63 JOptionPane.showMessageDialog(Main.parent, 64 tr("An error occur ed: {0}", new Object[] {result}),64 tr("An error occurred: {0}", new Object[] {result}), 65 65 tr("Error"), 66 66 JOptionPane.ERROR_MESSAGE); -
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/api/EditAction.java
r12588 r12640 67 67 } else { 68 68 JOptionPane.showMessageDialog(Main.parent, 69 tr("An error occur ed: {0}", new Object[] {result}),69 tr("An error occurred: {0}", new Object[] {result}), 70 70 tr("Error"), 71 71 JOptionPane.ERROR_MESSAGE); -
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/NewIssueAction.java
r12588 r12640 120 120 e1.printStackTrace(); 121 121 JOptionPane.showMessageDialog(Main.parent, 122 tr("An error occur ed: {0}", new Object[] {result}),122 tr("An error occurred: {0}", new Object[] {result}), 123 123 tr("Error"), 124 124 JOptionPane.ERROR_MESSAGE);
Note:
See TracChangeset
for help on using the changeset viewer.