fix i18n and cursor (to show clickability)

This commit is contained in:
Doug Bell 2010-08-19 12:07:50 -05:00
parent 13d65d8b4a
commit ca2a91f2d4
5 changed files with 50 additions and 13 deletions

View file

@ -1469,6 +1469,12 @@ Couldn't open %-s because %-s <br />
context => q{Class, as in name of class, or type of asset},
},
'history' => {
message => q{History},
lastUpdated => 0,
context => q{Label for list of asset's revisions},
},
};
1;