From 5d492b5fc0b58c4199bba99ba016ffd050eeb55f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 1 May 2006 02:53:39 +0000 Subject: [PATCH] missing i18n label --- lib/WebGUI/i18n/English/Image_Graph.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/WebGUI/i18n/English/Image_Graph.pm b/lib/WebGUI/i18n/English/Image_Graph.pm index 125673191..e0ee99ec1 100644 --- a/lib/WebGUI/i18n/English/Image_Graph.pm +++ b/lib/WebGUI/i18n/English/Image_Graph.pm @@ -37,6 +37,10 @@ our $I18N = { message => q|Graph type|, lastUpdated => 1131394070, }, + 'no graphing plugins' => { + message => q|No graphing plugins found|, + lastUpdated => 1146451962, + }, }; 1;