Ignore:
Timestamp:
2011-05-15T16:12:43+02:00 (13 years ago)
Author:
bastiK
Message:

applied #6251 (patch by akks) - Download multiple objects on Ctrl-Shift-O

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/I18n.java

    r3957 r4081  
    177177
    178178    /**
    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);
    180180     */
    181181    public static final String trn(String text, String pluralText, long n, Object... objects) {
Note: See TracChangeset for help on using the changeset viewer.