From f89b63d8e2567e30bd8220662a11bda6634df4b7 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 15 Dec 2005 16:55:05 +0000 Subject: [PATCH] fix missing i18n label --- lib/WebGUI/i18n/English/TransactionLog.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/WebGUI/i18n/English/TransactionLog.pm b/lib/WebGUI/i18n/English/TransactionLog.pm index 9700d582a..ee136f4eb 100644 --- a/lib/WebGUI/i18n/English/TransactionLog.pm +++ b/lib/WebGUI/i18n/English/TransactionLog.pm @@ -121,6 +121,12 @@ A loop containing the transactions in the transaction history. Within this loop context => q|List transaction workarea title.| }, + 'selection message' => { + message => q|Use the form below to select which transactions you want to view.|, + lastUpdated => 1134665021, + context => q|List transaction message.| + }, + 'topicName' => { message => q|Transaction Log|, lastUpdated => 1128920040,