Ignore:
Timestamp:
2008-12-31T00:36:58+01:00 (15 years ago)
Author:
stoecker
Message:

fixed relation handling, applied language patches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/search/SelectionWebsiteLoader.java

    r1169 r1195  
    5555        } catch (IOException e) {
    5656            e.printStackTrace();
    57             JOptionPane.showMessageDialog(Main.parent, tr("Could not read from url: \"{0}\"",url));
     57            JOptionPane.showMessageDialog(Main.parent, tr("Could not read from URL: \"{0}\"",url));
    5858        } catch (SAXException e) {
    5959            e.printStackTrace();
    60             JOptionPane.showMessageDialog(Main.parent,tr("Parsing error in url: \"{0}\"",url));
     60            JOptionPane.showMessageDialog(Main.parent,tr("Parsing error in URL: \"{0}\"",url));
    6161        }
    6262    }
Note: See TracChangeset for help on using the changeset viewer.