Ignore:
Timestamp:
2013-03-29T20:37:55+01:00 (11 years ago)
Author:
zverik
Message:

iodb: a stray newline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialogButton.java

    r29430 r29432  
    5656    private void layoutComponents() {
    5757        String authorAndDate = offset.isDeprecated()
    58                 ? tr("Deprecated by {0} on {1}\n", offset.getAbandonAuthor(),
     58                ? tr("Deprecated by {0} on {1}", offset.getAbandonAuthor(),
    5959                OffsetInfoAction.DATE_FORMAT.format(offset.getAbandonDate()))
    60                 : tr("Created by {0} on {1}\n", offset.getAuthor(),
     60                : tr("Created by {0} on {1}", offset.getAuthor(),
    6161                OffsetInfoAction.DATE_FORMAT.format(offset.getDate()));
    6262        JLabel authorAndDateLabel = new JLabel(authorAndDate);
Note: See TracChangeset for help on using the changeset viewer.