i18n the Graphing tab title in the Poll. Fixes #10831.
This commit is contained in:
parent
39550d399f
commit
bfd25d6de2
3 changed files with 9 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue