Ignore:
Timestamp:
2010-01-12T07:16:18+01:00 (14 years ago)
Author:
Gubaer
Message:

see #4339: applied patch by andre68: MessageFormat fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/server/ProxyPreferencesPanel.java

    r2801 r2822  
    288288
    289289        if (pp.equals(ProxyPolicy.USE_SYSTEM_SETTINGS) && ! DefaultProxySelector.willJvmRetrieveSystemProxies()) {
    290             System.err.println(tr("Warning: JOSM is configured to use proxies from the system setting, but the JVM is not configured to retrieve them. Resetting preferences to ''No proxy''"));
     290            System.err.println(tr("Warning: JOSM is configured to use proxies from the system setting, but the JVM is not configured to retrieve them. Resetting preferences to 'No proxy'"));
    291291            pp = ProxyPolicy.NO_PROXY;
    292292            rbProxyPolicy.get(pp).setSelected(true);
Note: See TracChangeset for help on using the changeset viewer.