diff --git a/ext/pools/main.php b/ext/pools/main.php
index 6ff64e2c..13c93de6 100644
--- a/ext/pools/main.php
+++ b/ext/pools/main.php
@@ -175,7 +175,7 @@ class Pools extends Extension
{
$sb = new SetupBlock("Pools");
$sb->add_int_option(PoolsConfig::MAX_IMPORT_RESULTS, "Max results on import: ");
- $sb->add_int_option(PoolsConfig::IMAGES_PER_PAGE, "
Images per page: ");
+ $sb->add_int_option(PoolsConfig::IMAGES_PER_PAGE, "
Posts per page: ");
$sb->add_int_option(PoolsConfig::LISTS_PER_PAGE, "
Index list items per page: ");
$sb->add_int_option(PoolsConfig::UPDATED_PER_PAGE, "
Updated list items per page: ");
$sb->add_bool_option(PoolsConfig::INFO_ON_VIEW_IMAGE, "
Show pool info on image: ");
diff --git a/ext/pools/theme.php b/ext/pools/theme.php
index 63940d16..6f5aea3b 100644
--- a/ext/pools/theme.php
+++ b/ext/pools/theme.php
@@ -45,7 +45,7 @@ class PoolsTheme extends Themelet
$h
-
+
";
}
@@ -396,26 +396,26 @@ class PoolsTheme extends Themelet
public function get_help_html()
{
- return '
Search for images that are in a pool.
+ return 'Search for posts that are in a pool.
pool=1-
Returns images in pool #1.
+Returns posts in pool #1.
pool=any-
Returns images in any pool.
+Returns posts in any pool.
pool=none-
Returns images not in any pool.
+Returns posts not in any pool.
pool_by_name=swimming-
Returns images in the "swimming" pool.
+Returns posts in the "swimming" pool.
pool_by_name=swimming_pool-
Returns images in the "swimming pool" pool. Note that the underscore becomes a space
+Returns posts in the "swimming pool" pool. Note that the underscore becomes a space