From 13a5e54b21ca263b01d853bf6dd0bce0437f6472 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 30 Mar 2010 07:11:06 +0100 Subject: [PATCH] Web build: fix thinko. --- scripts/build/create-weblinks-itexi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index b80304f0d2..bc3d2295a1 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -233,7 +233,7 @@ def make_manual_links(name, version, lang): make_ver_link(macroLang("manual"+name+mshort+'Big',lang), url + '-big-page.html', getTrans(manual.capitalize(),lang) + - getTrans(' (split HTML)',lang)) + getTrans(' (big HTML)',lang)) # this is stupid and I shouldn't have bothered trying # to support the 2.12 docs and it will be deleted once # 2.14 is out and the website won't be visible to users -- 2.39.2