From 1b4f7c33fa1e86e80f306431c02357e1e51430d1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 22 Oct 2012 18:48:08 -0700 Subject: [PATCH] Fix a typo in a template help variable. --- lib/WebGUI/i18n/English/Asset_Story.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/i18n/English/Asset_Story.pm b/lib/WebGUI/i18n/English/Asset_Story.pm index 3646a59a4..9ef7b6da7 100644 --- a/lib/WebGUI/i18n/English/Asset_Story.pm +++ b/lib/WebGUI/i18n/English/Asset_Story.pm @@ -437,7 +437,7 @@ our $I18N = { lastUpdated => 0, }, - 'photoWidth' => { + 'photoHeight' => { message => q|The height of slides, set in the Story Archive for this Story.|, context => q|Template variable|, lastUpdated => 0,