From 7fed1a1c3ab5143836e851b458774b9f2efb161c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 14 May 2009 04:06:55 +0000 Subject: [PATCH] Add broken i18n for Account/Inbox --- lib/WebGUI/i18n/English/Account_Inbox.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/WebGUI/i18n/English/Account_Inbox.pm b/lib/WebGUI/i18n/English/Account_Inbox.pm index 6d0209e38..9e0f07324 100644 --- a/lib/WebGUI/i18n/English/Account_Inbox.pm +++ b/lib/WebGUI/i18n/English/Account_Inbox.pm @@ -764,6 +764,17 @@ our $I18N = { message => q|You have a new message in your Inbox.|, lastUpdated => 1235708853, }, + + 'inbox notification template' => { + message => q|Inbox Notification Template|, + context => q|Site setting. A notification is a short message that a message is in the Inbox.|, + lastUpdated => 1242274705, + }, + + 'inbox notification template help' => { + message => q|Choose a template that will be used to display Inbox Notifications.|, + lastUpdated => 1242274703, + }, };