From 33732fffe8ad6ec713a7e3e6f977166fe3b16e86 Mon Sep 17 00:00:00 2001
From: Franck Deroche <defr@ows.fr>
Date: Mon, 28 Nov 2011 10:30:38 +0100
Subject: [PATCH] bug #684608: Fix a typo in user facing text

Synchronize the help text with the change that was introduced in
2edecc68 in the 7.x-3.x branch
---
 .../views_plugin_argument_default_taxonomy_tid.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc b/modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc
index 4e3118e..c6ae040 100644
--- a/modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc
+++ b/modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc
@@ -35,7 +35,7 @@ class views_plugin_argument_default_taxonomy_tid extends views_plugin_argument_d
     );
     $form['node'] = array(
       '#type' => 'checkbox',
-      '#title' => t('Load default argument from node page, thats good for related taxonomy blocks'),
+      '#title' => t('Load default argument from node page, that\'s good for related taxonomy blocks'),
       '#default_value' => $this->options['node'],
     );
 
-- 
1.7.8.rc3

