a few more minor changes

This commit is contained in:
DrudexSoftware
2013-03-10 08:56:58 +01:00
parent a4b29f0254
commit a89d417546
2 changed files with 3 additions and 4 deletions

View File

@ -46,7 +46,7 @@ class RandomList extends Extension {
// custom headers
$sb->add_int_option("random_images_list_count",
"Amount of Random images to display");
"Amount of Random images to display ");
$event->panel->add_block($sb);
}