Changeset 3174 in josm
- Timestamp:
- 2010-04-07T10:35:16+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/I18n.java
r3161 r3174 102 102 i = pluralEval(num); 103 103 String[] trans = pstrings.get(ctx == null ? text : "_:"+ctx+"\n"+text); 104 if(trans != null && trans.length > =i)104 if(trans != null && trans.length > i) 105 105 return trans[i]; 106 106 }
Note:
See TracChangeset
for help on using the changeset viewer.