From ad461d5ba3efeb7afe8803c29589cdb1d09e008d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 12 Sep 2010 23:11:51 -0700 Subject: [PATCH] Fix a typo in the StoryTopic help. --- lib/WebGUI/Help/Asset_StoryTopic.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Help/Asset_StoryTopic.pm b/lib/WebGUI/Help/Asset_StoryTopic.pm index 6bd21e027..c34ef174c 100644 --- a/lib/WebGUI/Help/Asset_StoryTopic.pm +++ b/lib/WebGUI/Help/Asset_StoryTopic.pm @@ -31,7 +31,7 @@ our $HELP = { }, { name => 'topStoryDeleteIcon', description => 'deleteIcon', }, - { name => 'topStoryEditIcon' + { name => 'topStoryEditIcon', description => 'editIcon', }, { name => 'topStoryTitle' }, { name => 'topStorySubtitle' },