From e485fc36b44aa8931086ff023339c58b26908901 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 18 May 2010 17:42:50 -0700 Subject: [PATCH] Add a missing i18n label for the new unsubscribe help. --- lib/WebGUI/i18n/English/Asset_Collaboration.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/WebGUI/i18n/English/Asset_Collaboration.pm b/lib/WebGUI/i18n/English/Asset_Collaboration.pm index 33ab098db..8c9597ad4 100644 --- a/lib/WebGUI/i18n/English/Asset_Collaboration.pm +++ b/lib/WebGUI/i18n/English/Asset_Collaboration.pm @@ -1745,6 +1745,12 @@ the Collaboration Asset, the user will be notified.|, lastUpdated => 0, }, + 'collaboration unsubscribe template title' => { + message => q{Collaboration System Unsubscribe Template}, + context => q{status message}, + lastUpdated => 0, + }, + }; 1;