From adace63acfbf5147e73a36145f15aaa42007b66c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 17 Nov 2006 16:15:29 +0000 Subject: [PATCH] silly typo --- lib/WebGUI/Image/Graph.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Image/Graph.pm b/lib/WebGUI/Image/Graph.pm index e2721edb9..0bd611fb5 100644 --- a/lib/WebGUI/Image/Graph.pm +++ b/lib/WebGUI/Image/Graph.pm @@ -241,7 +241,7 @@ sub getGraphingTab { unless ($session->config->get("graphingPlugins")) { $f->readOnly( - -value => $i18n->get('no graphing plugins in config'); + -value => $i18n->get('no graphing plugins in config'), ); return $f->printRowsOnly;