From 72ed431fb421d5cb9d68ec75c4096717de75d833 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 7 Oct 2008 23:32:23 +0000 Subject: [PATCH] fix an i18n typo. Sorry Bart --- lib/WebGUI/i18n/English/Asset.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index d6e120720..17b60cedb 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -1145,8 +1145,8 @@ Couldn't open %-s because %-s
context => q{Error message in exportAsHtml for an illegal parameter.}, }, - '%s is not a valid depth' => { - message => q{%s is not a valid depth}, + '%d is not a valid depth' => { + message => q{%d is not a valid depth}, lastUpdated => 0, context => q{Error message in exportAsHtml for an illegal parameter.}, },