summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 1024bc4d0..b86cbb7d0 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1016,7 +1016,7 @@ sub display_release_notes {
my ($in, $release_notes) = @_;
if (!$in->isa('interactive::gtk')) {
$in->ask_from_({ title => N("Release Notes"),
- messages => $release_notes, #formatAlaTeX(messages::main_license()),
+ messages => $release_notes,
}, [ {} ]);
return;
}