From 3bd45fc1c5a1f013445cf8c700c44d0bdafa8abf Mon Sep 17 00:00:00 2001
From: Frank Lichtenheld
Date: Tue, 19 Feb 2008 23:27:27 +0100
Subject: [PATCH] [UBUNTU] Don't show help URL about language choosing
Linking to the Debian homepage might not be the best solution.
Maybe the content should be copied here.
---
templates/html/foot.tmpl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/templates/html/foot.tmpl b/templates/html/foot.tmpl
index 826239c..a7b5a5a 100644
--- a/templates/html/foot.tmpl
+++ b/templates/html/foot.tmpl
@@ -20,7 +20,9 @@ Total page evaluation took [% benchmark %]
[%- IF l.transliteration %] ([% l.transliteration %])[% END %]
[% END %]
+[% IF cn_help_url %]
[% g('How to set the default document language', cn_help_url) %]
+[% END %]
[% END %]
--
2.39.2