Ignore:
Timestamp:
2010-01-12T07:16:18+01:00 (16 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/io/DefaultProxySelector.java

    r2801 r2822  
    150150        case USE_SYSTEM_SETTINGS:
    151151            if (!JVM_WILL_USE_SYSTEM_PROXIES) {
    152                 System.err.println(tr("Warning: the JVM is not configured to lookup proxies from the system settings. The property ''java.net.useSystemProxies'' was missing at startup time. Won't use a proxy."));
     152                System.err.println(tr("Warning: the JVM is not configured to lookup proxies from the system settings. The property 'java.net.useSystemProxies' was missing at startup time. Won't use a proxy."));
    153153                return Collections.singletonList(Proxy.NO_PROXY);
    154154            }
Note: See TracChangeset for help on using the changeset viewer.