Changeset 1171 in josm


Ignore:
Timestamp:
2008-12-23T23:10:32+01:00 (16 years ago)
Author:
stoecker
Message:

fix language fallback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r1170 r1171  
    196196                System.out.println("Unable to find translation for the locale: "
    197197                + Locale.getDefault().getDisplayName() + " reverting to English.");
     198                Locale.setDefault(Locale.ENGLISH);
    198199            }
    199200        }
Note: See TracChangeset for help on using the changeset viewer.