diff --git a/tag-dropdown-widget.php b/tag-dropdown-widget.php
index 913e90c5b9d7bf4b732263bfedd7a2b9d114a8fa..1d95fc6b2a52583977445d415dd48a652e0ff707 100644
--- a/tag-dropdown-widget.php
+++ b/tag-dropdown-widget.php
@@ -80,7 +80,7 @@ class taxonomy_dropdown_widget_plugin {
 	 * @return null
 	 */
 	protected function setup() {
-		add_action( 'plugin_loaded', array( $this, 'load_textdomain' ) );
+		add_action( 'plugins_loaded', array( $this, 'load_textdomain' ) );
 		add_action( 'widgets_init', array( $this, 'action_widgets_init' ) );
 
 		register_activation_hook( __FILE__, array( $this, 'activation_hook' ) );