I would think this would be super simple. I found the text I want to change here:

/private/var/www/com_mfgday/modules/image/image.field.inc:
  434 '#title' => t('Title'),
  435 '#default_value' => isset($item['title']) ? $item['title'] : '',
  436: '#description' => t('The title is used as a tool tip when the user hovers the mouse over the image.'),
  437 '#maxlength' => 1024,
  438 '#weight' => -1, 

However, that only changes the administrator side. I just need to change the label for user to "Caption" as "Title" is confusing them on my gallery content type.

I am using the Multiupload Imagefield Widget

Comments

albeej’s picture

Title: Change "TItle" label to "Caption" on webform view. » Change Gallery Image "TItle" label to "Caption" on webform view.
Project: Multiupload ImageField Widget Insert » Image
Version: » 7.x-1.x-dev
Component: User interface » documentation
Issue summary: View changes
joachim’s picture

Status: Active » Closed (won't fix)
Issue tags: -image field, -image title

This module pretty much doesn't exist on D7 -- your problem is either to do with Drupal core or the other contrib modules you mention.