Ignore:
Timestamp:
2018-05-20T21:21:27+02:00 (6 years ago)
Author:
donvip
Message:

see #josm16288 - replace similar i18n strings (removes 4 strings from Launchpad)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLine.java

    r33733 r34208  
    504504            synchronized (debugstr) {
    505505                Logging.error(
    506                         tr("Error executing the script: ") +
    507                         debugstr.toString() + e.getMessage() + "\n" + Arrays.toString(e.getStackTrace()));
     506                        tr("Error executing the script:") + ' ' +
     507                        debugstr.toString() + e.getMessage() + '\n' + Arrays.toString(e.getStackTrace()));
    508508            }
    509509            return;
Note: See TracChangeset for help on using the changeset viewer.