Skip to content
Snippets Groups Projects
Commit d16013c7 authored by Bruno Massa's avatar Bruno Massa
Browse files

Bugs fixed:

* Color Palette typo on settings page
parent f4cb0d99
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ function _charts_settings() { ...@@ -131,7 +131,7 @@ function _charts_settings() {
'#default_value' => implode(', ', $colors), '#default_value' => implode(', ', $colors),
'#description' => t('Used to differentiate series or pie-chart pieces. Use the hexadecimal RGB value'), '#description' => t('Used to differentiate series or pie-chart pieces. Use the hexadecimal RGB value'),
'#type' => 'textarea', '#type' => 'textarea',
'#title' => t('Color Palete'), '#title' => t('Color Palette'),
); );
$colors_example = ''; $colors_example = '';
foreach ($colors as $color) { foreach ($colors as $color) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment