"Text Link Fomrat:" to "Text Link Format: "

I've not a clue what a fomrat is. Sounds rodenty, though.

git-svn-id: file:///home/shish/svn/shimmie2/trunk@95 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
Artanis 2007-05-13 07:59:39 +00:00
parent 5fd0506ecc
commit be5b9e1962

View file

@ -15,7 +15,7 @@ class LinkImage extends Extension {
if(is_a($event, 'SetupBuildingEvent')) {
$sb = new SetupBlock("Link to Image");
//$sb->add_label("Text link format: ");
$sb->add_text_option("ext_link-img_text-link_format","Text Link Fomrat:");
$sb->add_text_option("ext_link-img_text-link_format","Text Link Format:");
$event->panel->add_main_block($sb);
}
if(is_a($event, 'ConfigSaveEvent')) {