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
|
|
@ -1,4 +1,5 @@
|
||||||
7.7.19
|
7.7.19
|
||||||
|
- fixed #10831: Graphing tab in Poll is not i18n'ed
|
||||||
- fixed #10829: Extra field in Poll Property tab
|
- fixed #10829: Extra field in Poll Property tab
|
||||||
- refactored out JSON collateral module, to use with any module in WebGUI.
|
- refactored out JSON collateral module, to use with any module in WebGUI.
|
||||||
- fixed #10825: Text and MediumText fields should be LongText
|
- fixed #10825: Text and MediumText fields should be LongText
|
||||||
|
|
|
||||||
|
|
@ -280,7 +280,7 @@ sub getEditForm {
|
||||||
if (WebGUI::Image::Graph->getPluginList($self->session)) {
|
if (WebGUI::Image::Graph->getPluginList($self->session)) {
|
||||||
my $config = $self->getGraphConfig;
|
my $config = $self->getGraphConfig;
|
||||||
|
|
||||||
$tabform->addTab('graph', 'Graphing');
|
$tabform->addTab('graph', $i18n->get('Graphing','Image_Graph'));
|
||||||
$tabform->getTab('graph')->yesNo(
|
$tabform->getTab('graph')->yesNo(
|
||||||
-name => 'generateGraph',
|
-name => 'generateGraph',
|
||||||
-label => $i18n->get('generate graph'),
|
-label => $i18n->get('generate graph'),
|
||||||
|
|
|
||||||
|
|
@ -86,6 +86,13 @@ want to use.|,
|
||||||
message => q|No graphing plugins are enabled in the config file.|,
|
message => q|No graphing plugins are enabled in the config file.|,
|
||||||
lastUpdated => 1163746146,
|
lastUpdated => 1163746146,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'Graphing' => {
|
||||||
|
message => q|Graphing|,
|
||||||
|
lastUpdated => 1251312907,
|
||||||
|
context => q|Name of the tab that contains the form for graph configuration.|,
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue