Ignore:
Timestamp:
2025-01-08T21:25:47+01:00 (2 months ago)
Author:
stoecker
Message:

add missing space character

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/modules/ModuleHandler.java

    r36173 r36365  
    566566                if (module.exists() && !module.delete() && doWarn) {
    567567                    Logging.warn(tr("Warning: failed to delete outdated module ''{0}''.", module.toString()));
    568                     Logging.warn(tr("Warning: failed to install already downloaded module ''{0}''. Skipping installation." +
     568                    Logging.warn(tr("Warning: failed to install already downloaded module ''{0}''. Skipping installation. " +
    569569                            "JOSM is still going to load the old module version.", moduleName));
    570570                    continue;
     
    573573                    Logging.warn(tr("Warning: failed to install module ''{0}'' from temporary download file ''{1}''. Renaming failed.",
    574574                            module.toString(), updatedModule.toString()));
    575                     Logging.warn(tr("Warning: failed to install already downloaded module ''{0}''. Skipping installation." +
     575                    Logging.warn(tr("Warning: failed to install already downloaded module ''{0}''. Skipping installation. " +
    576576                            "JOSM is still going to load the old module version.", moduleName));
    577577                }
Note: See TracChangeset for help on using the changeset viewer.