Ignore:
Timestamp:
Oct 31, 2012, 3:27:46 PM (11 years ago)
Author:
mistic100
Message:

update for ContactForm 2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Contact1menu/initadmin.php

    r18772 r18824  
    11<?php
    2         add_event_handler('loc_begin_admin_page', 'C1M_admin_menu' );
     2add_event_handler('loc_begin_admin_page', 'C1M_admin_menu' );
    33       
    4         function C1M_admin_menu()
     4function C1M_admin_menu()
    55{
    66        global $page,$conf;
    77
    88        load_language('plugin.lang', C1M_PATH);
    9         $page['errors'][] = l10n('Plugin Contact form must be installe and activate for use Contact 1 menu');
     9        $page['errors'][] = l10n('The plugin ContactForm must be installed and activated in order to use Contact1menu');
    1010
    1111}
Note: See TracChangeset for help on using the changeset viewer.