Changeset 1212 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2009-01-06T18:06:36+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginDownloader.java
r1169 r1212 141 141 } catch (Exception e) { 142 142 e.printStackTrace(); 143 JOptionPane.showMessageDialog(Main.parent, tr("The plugin {0} seem to be broken or could not be downloaded automatically.", pd.name));143 JOptionPane.showMessageDialog(Main.parent, tr("The plugin {0} seems to be broken or could not be downloaded automatically.", pd.name)); 144 144 } 145 145 }
Note:
See TracChangeset
for help on using the changeset viewer.