Ticket #22667: HouseNumberTaggingTool_i18n.patch

File HouseNumberTaggingTool_i18n.patch, 877 bytes (added by holgermappt, 2 years ago)
  • src/org/openstreetmap/josm/plugins/housenumbertool/LaunchAction.java

     
    2525     * @param pluginDir plugin directory
    2626     */
    2727    public LaunchAction(File pluginDir) {
    28         super("HouseNumberTaggingTool",
     28        super(tr("HouseNumberTaggingTool"),
    2929              "home-icon32",
    30               "Launches the HouseNumberTaggingTool dialog",
     30              tr("Launches the HouseNumberTaggingTool dialog"),
    3131              Shortcut.registerShortcut("edit:housenumbertaggingtool", tr("Data: {0}", "HouseNumberTaggingTool"),
    3232                KeyEvent.VK_K, Shortcut.DIRECT),
    3333              true);