Ignore:
Timestamp:
Aug 9, 2012, 4:53:46 PM (12 years ago)
Author:
mistic100
Message:

languages strings already existing in the core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/maintain.inc.php

    r17483 r17498  
    77    'cf_menu_link' => true,
    88    'cf_subject_prefix' => '%gallery_title%',
    9     'cf_default_subject' => 'A comment on the site',
     9    'cf_default_subject' => 'A comment on your site',
    1010    'cf_allow_guest' => true,
    1111    'cf_mandatory_mail' => true,
     
    4141    {
    4242      $new_conf['cf_must_initialize'] = false;
    43       $new_conf['cf_default_subject'] = 'A comment on the site';
     43      $new_conf['cf_default_subject'] = 'A comment on your site';
    4444      $new_conf['cf_mail_type'] = 'text/html';
    4545      unset($new_conf['comment'], $new_conf['cf_redirect_delay']);
Note: See TracChangeset for help on using the changeset viewer.