POD for FormHelpers, and two new i18n labels for

the thumbnail display.
This commit is contained in:
Colin Kuskie 2006-03-04 01:03:47 +00:00
parent 0621fd4492
commit 476018f0da
2 changed files with 53 additions and 2 deletions

View file

@ -3869,6 +3869,18 @@ Message Boards hold forums for users. There are many different Wobjects in WebG
lastUpdated => 0,
},
'preview' => {
message => q|Preview|,
context => q|alternate image text displayed when a thumbnail cannot be found for an image. The image is being previewed.|,
lastUpdated => 1141434351,
},
'image manager' => {
message => q|Image Manager|,
context => q|alternate text when an icon cannot be found in the Rich Editor image manager thumbnail display form.|,
lastUpdated => 1141434353,
},
};
1;