- Timestamp:
- 2014-02-17T21:05:58+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/history/VersionInfoPanel.java
r6836 r6864 3 3 4 4 import static org.openstreetmap.josm.tools.I18n.tr; 5 import static org.openstreetmap.josm.tools.I18n.trc; 5 6 6 7 import java.awt.BorderLayout; … … 91 92 lblChangesetComment = buildTextArea(tr("Changeset comment")); 92 93 lblChangesetSource = buildTextArea(tr("Changeset source")); 93 94 lblComment = buildLabel( /*I18n: comment*/tr("<b>c</b>:"), tr("comment"), lblChangesetComment);95 lblSource = buildLabel( /*I18n: source*/tr("<b>s</b>:"), tr("source"), lblChangesetSource);96 94 95 lblComment = buildLabel(trc("comment", "<b>c</b>:"), tr("Changeset comment"), lblChangesetComment); 96 lblSource = buildLabel(trc("source", "<b>s</b>:"), tr("Changeset source"), lblChangesetSource); 97 97 98 pnlChangesetComment = buildTextPanel(lblComment, lblChangesetComment); 98 99 pnlChangesetSource = buildTextPanel(lblSource, lblChangesetSource);
Note:
See TracChangeset
for help on using the changeset viewer.