Changeset 36431 in osm


Ignore:
Timestamp:
2025-04-08T18:03:48+02:00 (4 days ago)
Author:
stoecker
Message:

drop another wrong i18n hint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/convpreset.pl

    r36407 r36431  
    168168        print infoblock("display value") . ($vctx ? " trc($vctx, \"$val\");" : " tr(\"$val\");");
    169169      }
     170    }
     171    if($line =~ /<(combo|multiselect)[^>]+\/ *>/)
     172    {
     173      $combo_n = "";
     174      $combo_type = "";
    170175    }
    171176    print "\n";
Note: See TracChangeset for help on using the changeset viewer.