diff --git a/demo/demo.php b/demo/demo.php index d9438e7..d893267 100644 --- a/demo/demo.php +++ b/demo/demo.php @@ -9,7 +9,7 @@ class Tribe_Demo_APM { private $post_type = 'tribe_movie'; - private $textdomain = 'tribe-apm'; + private $textdomain = 'advanced-post-manager'; public function __construct() { add_action( 'init', array( $this, 'test_filters' ) ); @@ -27,7 +27,7 @@ public function notice() { $url = home_url( $path ) . '/demo_data.xml'; $import_url = admin_url( 'import.php' ); echo '
'; - printf( __( 'It looks like you might not have any demo data. Download our data and use the WordPress Importer.', 'tribe-apm' ), esc_url( $url ), esc_url( $import_url ) ); + printf( __( 'It looks like you might not have any demo data. Download our data and use the WordPress Importer.', 'advanced-post-manager' ), esc_url( $url ), esc_url( $import_url ) ); echo '