From e53bdf4de48e9e90f41f21c8ad98816a9bb24c77 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 7 Jul 2008 15:01:59 +0000 Subject: [PATCH] Fix broken labels in template macro calls. --- lib/WebGUI/i18n/English/Asset_Event.pm | 2 +- lib/WebGUI/i18n/English/Friends.pm | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/i18n/English/Asset_Event.pm b/lib/WebGUI/i18n/English/Asset_Event.pm index a1ce6879f..65cbb60c5 100644 --- a/lib/WebGUI/i18n/English/Asset_Event.pm +++ b/lib/WebGUI/i18n/English/Asset_Event.pm @@ -576,7 +576,7 @@ be useful, others may not.|, message => q{Location}, lastUpdated => 1204668000, }, - 'description' => { + 'description label' => { message => q{Description}, lastUpdated => 1204668000, }, diff --git a/lib/WebGUI/i18n/English/Friends.pm b/lib/WebGUI/i18n/English/Friends.pm index 2971c78a0..1ec74d64b 100644 --- a/lib/WebGUI/i18n/English/Friends.pm +++ b/lib/WebGUI/i18n/English/Friends.pm @@ -243,6 +243,18 @@ Thanks, lastUpdated => 1193193904, }, + 'subject' => { + message => q{Subject}, + lastUpdated => 1215395668, + context => q|Label for the manage friends template|, + }, + + 'message' => { + message => q{Message}, + lastUpdated => 1215395674, + context => q|Label for the manage friends template|, + }, + 'sendMessageButton' => { message => q{HTML code for a button to send an email to selected Friends.}, lastUpdated => 1193193904,