Index: applications/editors/josm/i18n/i18n.pl
===================================================================
--- applications/editors/josm/i18n/i18n.pl	(revision 36453)
+++ applications/editors/josm/i18n/i18n.pl	(revision 36454)
@@ -292,5 +292,5 @@
   $fmt = join("_", sort keys %fmt); %fmt = ();
   my $ent = $en; $ent =~ s/'[{}]'//g;
-  while($ent =~ /\{(.*?)\}/g) {$fmt{$1}++};
+  while($ent =~ /\{(.*?)\}/g) {$fmt{$1}++;}
   while($ent =~ /\%([a-z]+)\%/g) {$fmt{$1}++;}
   $fmte = join("_", sort keys %fmt); %fmt = ();
