From 4457ee2c7a350c47ba921ee3191e154223322842 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 10 Aug 2009 15:17:21 +0000 Subject: [PATCH] Forward port macro i18n fix. --- lib/WebGUI/i18n/English/Macros.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/Macros.pm b/lib/WebGUI/i18n/English/Macros.pm index cf1b122b0..361c691ff 100644 --- a/lib/WebGUI/i18n/English/Macros.pm +++ b/lib/WebGUI/i18n/English/Macros.pm @@ -28,7 +28,7 @@ our $I18N = { message => q|

Making a macro available for use on your site is a two step process.

    -
  1. The macro must be put in the Macros directory in the WebGUI source code: lib/WebGUI/Macros/.
  2. +
  3. The macro code should be in a macro folder in the WebGUI sourcecode or in a custom folder that ends with lib/WebGUI/Macro/ (e.g. /data/custom/lib/WebGUI/Macro). When such a custom folder is used, make sure there is a file preload.custom which indicates the presence of this custom code. With the given example a line like this should exist: /data/custom/lib
  4. The macro must be enabled in your WebGUI.conf file, in the "macros" section. In that section, you can assign a shortcut that is different from the macro's name.
@@ -36,7 +36,7 @@ our $I18N = { |, context => 'Content for dynamically generated macro list', - lastUpdated => 1150994876, + lastUpdated => 1249918049, }, 'macro enabled' => {