From a3e33e6113a8096f5dfb5d2d24f14bf3700f3250 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sat, 2 Nov 2002 21:27:18 +0000 Subject: [PATCH] Fixed a typo. --- lib/WebGUI/Macro/International.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Macro/International.pm b/lib/WebGUI/Macro/International.pm index 8acb1f675..19ad947f8 100644 --- a/lib/WebGUI/Macro/International.pm +++ b/lib/WebGUI/Macro/International.pm @@ -26,7 +26,7 @@ sub _replacement { sub process { my ($output); $output = $_[0]; - $output =~ s/\^Env\((.*?)\)\;/_replacement($1)/ge; + $output =~ s/\^International\((.*?)\)\;/_replacement($1)/ge; return $output; }