--- upload.module	2006-06-01 22:55:58.000000000 +0100
+++ upload.module.new	2007-01-10 12:22:54.000000000 +0000
@@ -94,7 +94,7 @@
     $group = form_textfield(t('Permitted file extensions'), "upload_extensions_$rid", variable_get("upload_extensions_$rid", "jpg jpeg gif png txt html doc xls pdf ppt pps"), 60, 255, t('Extensions that users in this role can upload. Separate extensions with a space and do not include the leading dot.'));
     $group .= form_textfield(t('Maximum file size per upload'), "upload_uploadsize_$rid", variable_get("upload_uploadsize_$rid", 1), 5, 5, t('The maximum size of a file a user can upload (in megabytes).'));
     $group .= form_textfield(t('Total file size per user'), "upload_usersize_$rid", variable_get("upload_usersize_$rid", 10), 5, 5, t('The maximum size of all files a user can have on the site (in megabytes).'));
-    $output .= form_group(t('Settings for %role', array('%role' => theme('placeholder', $role))), $group);
+    $output .= form_group(t('Settings for %role', array('%role' => check_plain($role))), $group);
   }
 
   print theme('page', system_settings_form($output));
