Changeset 4081 in josm for trunk/src/org/openstreetmap/josm/tools/I18n.java
- Timestamp:
- 2011-05-15T16:12:43+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/I18n.java
r3957 r4081 177 177 178 178 /** 179 * Example: trn("Found {0} error !", "Found {0} errors!", i, Integer.toString(i));179 * Example: trn("Found {0} error in {1}!", "Found {0} errors in {1}!", i, Integer.toString(i), url); 180 180 */ 181 181 public static final String trn(String text, String pluralText, long n, Object... objects) {
Note:
See TracChangeset
for help on using the changeset viewer.