diff --git a/lightbox2.module b/lightbox2.module
index 1f5964f..514ce26 100644
--- a/lightbox2.module
+++ b/lightbox2.module
@@ -368,7 +368,7 @@ function theme_imagefield_image_imagecache_lightbox2($namespace, $field, $item,
   
   $node_link = '';
   if (!empty($item['nid'])) {
-    $node_link = '<br /><br />'. l(t('View Image Information'), 'node/'. $item['nid']);
+    $node_link = '<br /><br />'. l(t(variable_get('lightbox2_node_link_text', 'View Image Details')), 'node/'. $item['nid']);
   }
   
   $link_attributes = array(
