Index: upload_image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/upload_image/upload_image.module,v
retrieving revision 1.25
diff -u -r1.25 upload_image.module
--- upload_image.module	21 Apr 2008 21:14:14 -0000	1.25
+++ upload_image.module	9 May 2008 19:30:42 -0000
@@ -72,9 +72,9 @@
     );
     $form['upload_image']['upload_image_title_template'] = array(
       '#type' => 'textfield',
-      '#title' => t('Upload image size'),
-      '#default_value' => variable_get('upload_image_title_template', '%node-title (%file-name)'),
-      '#description' => t('Select how the title of uploaded images should look like. Available placeholders are: %node-title: The title of the original post, %file-name: The name of the uploaded image, %file-description: The description of the uploaded image.'),
+      '#title' => t('Upload image title'),
+      '#default_value' => variable_get('upload_image_title_template', '!node-title (!file-name)'),
+      '#description' => t('Select how the title of uploaded images should look like. Available placeholders are: !node-title: The title of the original post, !file-name: The name of the uploaded image, !file-description: The description of the uploaded image.'),
     );
     $form['upload_image']['upload_image_derivative'] = array(
       '#type' => 'select',
