Index: sites/all/modules/drealty/drealty.admin.inc
===================================================================
--- sites/all/modules/drealty/drealty.admin.inc	(revision 443)
+++ sites/all/modules/drealty/drealty.admin.inc	(working copy)
@@ -1395,7 +1395,7 @@
     '#type' => 'item',
     '#title' => t('Process MLS Image Data'),
     '#description' => t('This will download all image data and replace the placeholders with the actual image data.'),
-    '#value' => l(t('Process Images'), "admin/drealy/{$conid}/images/process"),
+    '#value' => l(t('Process Images'), "admin/drealty/{$conid}/images/process"),
     '#weight' => $weight += 10,
   );
   return $form;
