Ignore:
Timestamp:
2011-08-11T00:26:21+02:00 (14 years ago)
Author:
stoecker
Message:

fix #6680, fix #6677 - i18n issues

Location:
trunk/src/org/openstreetmap/josm/plugins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginDownloadTask.java

    r4191 r4310  
    178178
    179179    /**
    180      * Replies true if the task was cancelled by the user
     180     * Replies true if the task was canceled by the user
    181181     *
    182182     * @return
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r4167 r4310  
    354354     * Alerts the user if a plugin required by another plugin is missing
    355355     *
    356      * @param plugin the the plugin
     356     * @param plugin the plugin
    357357     * @param missingRequiredPlugin the missing required plugin
    358358     */
  • trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java

    r4199 r4310  
    7070    /**
    7171     * Creates a plugin information object for the plugin with name {@code name}.
    72      * Information about the plugin is extracted from the maifest file in the the plugin jar
     72     * Information about the plugin is extracted from the maifest file in the plugin jar
    7373     * {@code file}.
    7474     * @param file the plugin jar
  • trunk/src/org/openstreetmap/josm/plugins/ReadLocalPluginInformationTask.java

    r4087 r4310  
    242242
    243243    /**
    244      * Replies true if the task was cancelled by the user
     244     * Replies true if the task was canceled by the user
    245245     *
    246      * @return true if the task was cancelled by the user
     246     * @return true if the task was canceled by the user
    247247     */
    248248    public boolean isCanceled() {
Note: See TracChangeset for help on using the changeset viewer.