From 951c6a5889cc1b46f51d016eb59b92c54da30ed6 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 15 Mar 2006 20:41:32 +0000 Subject: [PATCH] fix broken i18n label --- lib/WebGUI/i18n/English/VersionTag.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/WebGUI/i18n/English/VersionTag.pm b/lib/WebGUI/i18n/English/VersionTag.pm index 96165f4ec..85456197b 100644 --- a/lib/WebGUI/i18n/English/VersionTag.pm +++ b/lib/WebGUI/i18n/English/VersionTag.pm @@ -294,6 +294,11 @@ our $I18N = { context => q|Menu item in version tag manager.| }, + 'purge revision prompt' => { + message => q|Are you certain you wish to delete this revision of this asset? It CANNOT be restored if you delete it.|, + lastUpdated => 1142455321, + context => q|The prompt for purging a revision from the manage revisios screen.| + }, };