summaryrefslogtreecommitdiff
path: root/lib/VN3/Producer/Page.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VN3/Producer/Page.pm')
-rw-r--r--lib/VN3/Producer/Page.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VN3/Producer/Page.pm b/lib/VN3/Producer/Page.pm
index 49ddf02b..0e891fa8 100644
--- a/lib/VN3/Producer/Page.pm
+++ b/lib/VN3/Producer/Page.pm
@@ -47,7 +47,7 @@ sub DetailsTable {
Dt 'Language';
Dd sub {
Lang $e->{lang};
- Txt " $LANG{$e->{lang}}";
+ Txt " $LANGUAGE{$e->{lang}}";
}
},