From d86d588e6fbe8a00ef0b18462c0f6834c2559be6 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 2 Mar 2006 17:04:08 +0000 Subject: [PATCH] Fix typo. --- lib/WebGUI/i18n/English/Asset_Article.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/i18n/English/Asset_Article.pm b/lib/WebGUI/i18n/English/Asset_Article.pm index ac627a3ca..30939d63b 100644 --- a/lib/WebGUI/i18n/English/Asset_Article.pm +++ b/lib/WebGUI/i18n/English/Asset_Article.pm @@ -7,7 +7,7 @@ our $I18N = { }, '71' => { - message => q|

Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article. ARticles are Wobjects, so they inherit the properties of both Wobjects and Assets. + message => q|

Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article. Articles are Wobjects, so they inherit the properties of both Wobjects and Assets.

NOTE: You can create a multi-paged article by placing the separator macro (^-;) at various places through-out your article. This works unless you are using a Make Page Printable style.