XPressME Integration Kit

Trac


Ignore:
Timestamp:
Jul 9, 2009, 6:36:32 PM (15 years ago)
Author:
toemon
Message:

XPressME設定のサブメニューページのタイトル変更 fixes#181

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme.php

    r328 r332  
    214214                echo    '<div class="wrap">'."\n"; 
    215215                echo            '<div id="icon-options-general" class="icon32"><br /></div>'."\n"; 
    216                 echo            '<h2>' . __('XPressME Configuration Page', 'xpressme') . "</h2><br>\n"; 
     216                echo            '<h2>' . __('XPressME Display Setting', 'xpressme') . "</h2><br>\n"; 
    217217                echo            '<div align="right"><a href="' . $xoops_admin_url . '"><h3>'. __('to XOOPS Modules Admin Page', 'xpressme') . '</h3></a></div>'; 
    218218                echo            '<form method="post" action="' . $_SERVER["REQUEST_URI"] . '">'."\n" ; 
     
    263263                echo    '<div class="wrap">'."\n"; 
    264264                echo            '<div id="icon-options-general" class="icon32"><br /></div>'."\n"; 
    265                 echo            '<h2>' . __('XPressME Configuration Page', 'xpressme') . "</h2><br>\n"; 
     265                echo            '<h2>' . __('XPressME Integration Setting', 'xpressme') . "</h2><br>\n"; 
    266266                echo            '<div align="right"><a href="' . $xoops_admin_url . '"><h3>'. __('to XOOPS Modules Admin Page', 'xpressme') . '</h3></a></div>'; 
    267267                echo            '<form method="post" action="' . $_SERVER["REQUEST_URI"] . '">'."\n" ; 
     
    304304                echo    '<div class="wrap">'."\n"; 
    305305                echo            '<div id="icon-options-general" class="icon32"><br /></div>'."\n"; 
    306                 echo            '<h2>' . __('XPressME Configuration Page', 'xpressme') . "</h2><br>\n"; 
     306                echo            '<h2>' . __('XPressME Other Setting', 'xpressme') . "</h2><br>\n"; 
    307307                echo            '<div align="right"><a href="' . $xoops_admin_url . '"><h3>'. __('to XOOPS Modules Admin Page', 'xpressme') . '</h3></a></div>'; 
    308308                echo            '<form method="post" action="' . $_SERVER["REQUEST_URI"] . '">'."\n" ; 
Note: See TracChangeset for help on using the changeset viewer.