Skip to content

Commit

Permalink
Fix uncatcrea#54: PhoneGap Build metabox title
Browse files Browse the repository at this point in the history
  • Loading branch information
lpointet committed Mar 28, 2015
1 parent d74ec13 commit e74adba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-appkit/lib/apps/apps.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static function add_phonegap_meta_box() {

add_meta_box(
'wpak_app_phonegap_data',
__( 'Phonegap config.xml data', WpAppKit::i18n_domain ),
__( 'PhoneGap Build', WpAppKit::i18n_domain ),
array( __CLASS__, 'inner_phonegap_infos_box' ),
'wpak_apps',
'normal',
Expand Down

0 comments on commit e74adba

Please sign in to comment.