diff --git a/plugins/views_plugin_argument_validate_php.inc b/plugins/views_plugin_argument_validate_php.inc
index f793e58..cb5da54 100644
--- a/plugins/views_plugin_argument_validate_php.inc
+++ b/plugins/views_plugin_argument_validate_php.inc
@@ -22,7 +22,7 @@ class views_plugin_argument_validate_php extends views_plugin_argument_validate
       '#type' => 'textarea',
       '#title' => t('PHP validate code'),
       '#default_value' => $this->options['code'],
-      '#description' => t('Enter PHP code that returns TRUE or FALSE. No return is the same as FALSE, so be SURE to return something if you do not want to declare the argument invalid. Do not use &lt;?php ?&gt;. The argument to validate will be "$argument" and the view will be "$view". You may change the argument by setting "$handler->argument". You may change the title used for substitutions for this argument by setting "$argument->validated_title".'),
+      '#description' => t('Enter PHP code that returns TRUE or FALSE. No return is the same as FALSE, so be SURE to return something if you do not want to declare the argument invalid. Do not use &lt;?php ?&gt;. The argument to validate will be "$argument" and the view will be "$view". You may change the argument by setting "$argument->argument". You may change the title used for substitutions for this argument by setting "$argument->validated_title".'),
     );
 
     $this->check_access($form, 'code');
