Adding hoverhelp to the graphing stuff.

This commit is contained in:
Martin Kamerbeek 2006-05-11 12:35:42 +00:00
parent 9d84eb204d
commit 64b0597481
10 changed files with 243 additions and 8 deletions

View file

@ -5,10 +5,21 @@ our $I18N = {
message => q|Bar spacing|,
lastUpdated => 1131394070,
},
'bar spacing description' => {
message => q|The distance in pixels between bars within one
group.|,
lastUpdated => 1131394070,
},
'group spacing' => {
message => q|Group spacing|,
lastUpdated => 1131394070,
},
'group spacing description' => {
message => q|The distance in pixels between groups of bars.|,
lastUpdated => 1131394070,
},
};
1;