- Timestamp:
- 2009-09-03T09:59:55+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/UserListDialog.java
r2005 r2033 3 3 4 4 import static org.openstreetmap.josm.tools.I18n.tr; 5 import static org.openstreetmap.josm.tools.I18n.trn; 5 6 6 7 import java.awt.BorderLayout; … … 121 122 122 123 if(ucArr.length != 0) { 123 setTitle(tr ("Authors: {0}", ucArr.length));124 setTitle(trn("{0} Author", "{0} Authors", ucArr.length, ucArr.length)); 124 125 } else { 125 126 setTitle(tr("Authors"));
Note:
See TracChangeset
for help on using the changeset viewer.