diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 38b9e74c2b2d1a550a2baafe778dba3452259a21..b46090ba444e1814f97ac2dc79fcdaac269cce20 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -27,6 +27,7 @@ Views 6.x-3.x-dev o #636988 by Steve McKenzie: Wrong ajax data could be sent in rare circumstances when using AJAX paging. o #576386 by jmorahan: Fix book sort help text to be more accurate by not telling you to do something that will not work. o #348130 by dereine: "" should not be translatable since it looks like HTML. + o #630430 by cafuego: Fix typo in argument text. Views 6.x-3.0-alpha1 Bugs fixed diff --git a/handlers/views_handler_argument.inc b/handlers/views_handler_argument.inc index 3e57c9d3e4f4f87e986b7e7ae6d4cadbd6e84a3b..2a71038a6ba2df05909a4958fc00e9dd214d93f9 100644 --- a/handlers/views_handler_argument.inc +++ b/handlers/views_handler_argument.inc @@ -129,7 +129,7 @@ class views_handler_argument extends views_handler { '#type' => 'textfield', '#title' => t('Breadcrumb'), '#default_value' => $this->options['breadcrumb'], - '#description' => t('The Breadcrumb title to use when this argument is present. If no breadcrumb is setted here, default Title values will be used, see "Title" for percent substitutions.'), + '#description' => t('The Breadcrumb title to use when this argument is present. If no breadcrumb is set here, default Title values will be used, see "Title" for percent substitutions.'), ); $form['clear_start'] = array(