From 15ef56fa990642b1442ec7f49e50199685b07a55 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 20 Sep 2008 01:24:31 +0000 Subject: [PATCH] commit an i18n tag that I forgot, and add datestamp to inherit parent permissions --- lib/WebGUI/i18n/English/Asset.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index 6c31df850..e3c5c6842 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -1109,6 +1109,12 @@ Couldn't open %-s because %-s
context => q{Label for the menu to show actions to perform on an asset}, }, + 'Export site root URL' => { + message => q{Export site root URL}, + lastUpdated => 0, + context => q{Label for the menu to show actions to perform on an asset}, + }, + 'Error: Cannot instantiate template' => { message => q{Error: Cannot instantiate template}, lastUpdated => 1221593874, @@ -1117,7 +1123,8 @@ Couldn't open %-s because %-s
'inherit parent permissions' => { message => q{Inherit parent's permissions} - + lastUpdated => 1221593874, + context => q{Error message in Asset.pm}, } };