mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Don't show same text twice
This commit is contained in:
@@ -114,7 +114,7 @@ foreach $m (@mods) {
|
||||
}
|
||||
|
||||
# Then do text strings
|
||||
foreach $m (@mods) {
|
||||
MODULE: foreach $m (@mods) {
|
||||
%mtext = &load_language($m->{'dir'});
|
||||
foreach $k (keys %mtext) {
|
||||
if ($mtext{$k} =~ /\Q$re\E/i) {
|
||||
@@ -125,6 +125,7 @@ foreach $m (@mods) {
|
||||
$mtext{$k},
|
||||
0,
|
||||
);
|
||||
next MODULE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user