Skip to content

Commit

Permalink
Issue #1492294: Fixed untranslated form title string in media_admin_c…
Browse files Browse the repository at this point in the history
…onfig_browser().
  • Loading branch information
maris.abols authored and davereid committed Mar 21, 2012
1 parent 863d6a6 commit 9055931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/media.admin.inc
Expand Up @@ -291,7 +291,7 @@ function media_admin_config_browser($form, &$form_state) {

$form[media_variable_name('file_extensions')] = array(
'#type' => 'textfield',
'#title' => 'Allowed file extensions',
'#title' => t('Allowed file extensions'),
'#default_value' => media_variable_get('file_extensions'),
'#description' => t('File extensions which are accepted in the media browser. Use spaces to separate (e.g. "jpg gif pdf doc"). <br/><em>Note that this can be overriden on a per-field basis when creating multimedia asset fields and files of certain extensions cannot be embedded at this time.</em>'),
);
Expand Down

0 comments on commit 9055931

Please sign in to comment.