i18n the Graphing tab title in the Poll. Fixes #10831.

This commit is contained in:
Colin Kuskie 2009-08-26 18:45:56 +00:00
parent 39550d399f
commit bfd25d6de2
3 changed files with 9 additions and 1 deletions

View file

@ -280,7 +280,7 @@ sub getEditForm {
if (WebGUI::Image::Graph->getPluginList($self->session)) {
my $config = $self->getGraphConfig;
$tabform->addTab('graph', 'Graphing');
$tabform->addTab('graph', $i18n->get('Graphing','Image_Graph'));
$tabform->getTab('graph')->yesNo(
-name => 'generateGraph',
-label => $i18n->get('generate graph'),