Plugin Directory

Changeset 1776461


Ignore:
Timestamp:
11/27/2017 10:00:53 PM (8 years ago)
Author:
elevawebsite
Message:

translating test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • elevaweb/trunk/app/code/admin/settings.php

    r1776435 r1776461  
    3030
    3131    function admin_menu() {
    32         add_options_page( 'Whatsapp Configuration',__('Whatsapp Configuration','elevaweb') , 'manage_options', 'whatsappchat-settings', array($this, 'plugin_page') );
     32        add_options_page( __('Whatsapp Configuration','elevaweb'),__('Whatsapp Configuration','elevaweb') , 'manage_options', 'whatsappchat-settings', array($this, 'plugin_page') );
    3333    }
    3434
Note: See TracChangeset for help on using the changeset viewer.