Ignore:
Timestamp:
2009-01-06T18:06:36+01:00 (15 years ago)
Author:
stoecker
Message:

language fixes, hopefully the last set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginDownloader.java

    r1169 r1212  
    141141            } catch (Exception e) {
    142142                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));
    144144            }
    145145        }
Note: See TracChangeset for help on using the changeset viewer.