diff --git a/hypothesis.php b/hypothesis.php index b31c642..5b39868 100644 --- a/hypothesis.php +++ b/hypothesis.php @@ -15,7 +15,7 @@ // Load textdomain function hypothesis_load_plugin_textdomain() { - load_plugin_textdomain( 'my-plugin', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' ); + load_plugin_textdomain( 'hypothesis', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' ); } add_action( 'plugins_loaded', 'hypothesis_load_plugin_textdomain' );