--- node_gallery/contrib/node_gallery_access/node_gallery_access.admin.inc	Thu Dec 10 15:13:53 2009
+++ node_gallery/contrib/node_gallery_access/node_gallery_access.admin.inc	Thu Dec 10 15:10:57 2009
@@ -33,7 +33,7 @@
     '#type' => 'weight',
     '#title' => t('Give Node Gallery Access priority'),
     '#default_value' => variable_get('ng_access_priority', 0),
-    '#description' => t('If you are only using this access control module, you can safely ignore this. If you are using multiple access control modules you can adjust the priority of this module. If you change this setting, you must %rebuild.', array('%rebuild' => l(t('rebuild all permissions'), 'admin/content/node-settings/rebuild'))),
+    '#description' => t('If you are only using this access control module, you can safely ignore this. If you are using multiple access control modules you can adjust the priority of this module. If you change this setting, you must !rebuild.', array('!rebuild' => l(t('rebuild all permissions'), 'admin/content/node-settings/rebuild'))),
   );  
   return system_settings_form($form);
 }
\ No newline at end of file
