summaryrefslogtreecommitdiffstats
path: root/tools/voice.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index bac31f7c72..1e9b259352 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -158,9 +158,8 @@ sub correct_string {
$string =~ s/\bdezibel\b/de-zibell/ig;
$string =~ s/diddering/didde-ring/ig;
$string =~ s/energie\b/ener-gie/ig;
+ $string =~ s/\Blauf\b/-lauf/ig;
$string =~ s/\bnumerisch\b/numehrisch/ig;
- $string =~ s/\brücklauf\b/rück-lauf/ig;
- $string =~ s/\bsuchlauf\b/such-lauf/ig;
}
}
}