--- node_style.old.module	2007-03-25 19:19:31.888378200 +0200
+++ node_style.module	2007-03-31 17:19:27.995711900 +0200
@@ -115,7 +115,7 @@ function node_style_form_alter($form_id,
     $form['node_style']['node_style_scheme'] = array(
       '#type' => 'select',
       '#title' => t('Node style scheme'),
-      '#description' => t('Select the <a href="%scheme">style scheme</a> to associate with this node.', array('%scheme' => url('admin/build/node_style'))),
+      '#description' => t('Select the <a href="!scheme">style scheme</a> to associate with this node.', array('!scheme' => url('admin/build/node_style'))),
       '#options' => $schemes,
       '#default_value' => (isset($node->node_style) ? $node->node_style['sid'] : 0)
     );
