Changeset 715 for trunk/xpressme_integration_kit/wp-content/plugins
- Timestamp:
- Apr 23, 2011, 10:39:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_upgrade.php
r712 r715 72 72 $develop_form_action = 'admin.php?page=upgrade_page&action=do-xpress-develop_upgrade'; 73 73 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); 75 75 } else { 76 76 $develop_message = sprintf(__('You can use the development version %s download the package and install it manually:', 'xpressme'),$develop_latest_version); … … 192 192 193 193 $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>' ); 195 195 } 196 196 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.