aboutsummaryrefslogtreecommitdiff
path: root/imagecache_auto.module
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2012-04-06 19:03:25 -0300
committerSilvio <silvio@devlet.com.br>2012-04-06 19:03:25 -0300
commite28d853fade2c547312a8765e88c63be1e92a16c (patch)
tree9e72fd894a23f00554513a64c3ff2741f0aa6e5f /imagecache_auto.module
parent1de5bcfffd1053ab66b373f7a1c8bd4de8481e67 (diff)
downloadimagecache_auto-e28d853fade2c547312a8765e88c63be1e92a16c.tar.gz
imagecache_auto-e28d853fade2c547312a8765e88c63be1e92a16c.tar.bz2
Fixing remaining code review issues6.x-1.x
Diffstat (limited to 'imagecache_auto.module')
-rw-r--r--imagecache_auto.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/imagecache_auto.module b/imagecache_auto.module
index 47a3690..3bfd15c 100644
--- a/imagecache_auto.module
+++ b/imagecache_auto.module
@@ -13,8 +13,8 @@ function imagecache_auto_menu() {
$items = array();
$items['admin/build/imagecache/auto'] = array(
- 'title' => 'ImageCache Auto',
- 'description' => 'ImageCache Auto settings.',
+ 'title' => t('ImageCache Auto'),
+ 'description' => t('ImageCache Auto settings.'),
'page callback' => 'drupal_get_form',
'page arguments' => array('imagecache_auto_admin_settings'),
'access arguments' => array('administer site configuration'),