XPressME Integration Kit

Trac

Changeset 715


Ignore:
Timestamp:
Apr 23, 2011, 10:39:12 AM (13 years ago)
Author:
toemon
Message:

言語ドメイン修正

File:
1 edited

Legend:

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

    r712 r715  
    7272                        $develop_form_action = 'admin.php?page=upgrade_page&action=do-xpress-develop_upgrade'; 
    7373                        if($automatically_enable){ 
    74                                 $develop_message =      sprintf(__('You can update to  XPressME Integration Kit development version %s automatically or download the package and install it manually:'), $develop_latest_version); 
     74                                $develop_message =      sprintf(__('You can update to  XPressME Integration Kit development version %s automatically or download the package and install it manually:', 'xpressme'), $develop_latest_version); 
    7575                        } else { 
    7676                                $develop_message =      sprintf(__('You can use the development version %s download the package and install it manually:', 'xpressme'),$develop_latest_version); 
     
    192192                 
    193193                $update_url = $xoops_config->module_url .'/admin/update.php'; 
    194                 show_message( '<strong>' . __('Actions:') . '</strong> <a href="' . esc_url( $update_url ) . '">' . __('Go to Module Update') . '</a>' ); 
     194                show_message( '<strong>' . __('Actions:', 'xpressme') . '</strong> <a href="' . esc_url( $update_url ) . '">' . __('Go to Module Update', 'xpressme') . '</a>' ); 
    195195        } 
    196196        echo '</div>'; 
Note: See TracChangeset for help on using the changeset viewer.