Ignore:
Timestamp:
2008-12-31T00:38:51+01:00 (16 years ago)
Author:
stoecker
Message:

fixed text strings, thanks to Andrew Gee

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pluginmanager/src/at/dallermassl/josm/plugin/pluginmanager/PluginManagerPreference.java

    r12588 r12707  
    9090        addSite.addActionListener(new ActionListener(){
    9191            public void actionPerformed(ActionEvent e) {
    92                 String siteUrl = JOptionPane.showInputDialog(Main.parent, tr("Update Site Url"));
     92                String siteUrl = JOptionPane.showInputDialog(Main.parent, tr("Update Site URL"));
    9393                if (siteUrl == null)
    9494                    return;
     
    101101                  siteListModel.addElement(site);
    102102                } catch(MalformedURLException mue) {
    103                     JOptionPane.showMessageDialog(Main.parent, tr("Invalid Url"), tr("Error"), JOptionPane.ERROR_MESSAGE);
     103                    JOptionPane.showMessageDialog(Main.parent, tr("Invalid URL"), tr("Error"), JOptionPane.ERROR_MESSAGE);
    104104                    return;
    105105                }
Note: See TracChangeset for help on using the changeset viewer.