--- modules/views.views.inc 2010-11-05 15:51:49.000000000 +0000
+++ modules/views.views.inc2 2010-11-05 15:51:40.000000000 +0000
@@ -63,7 +63,7 @@ function views_views_data() {
if (module_invoke('ctools', 'api_version', '1.7.1')) {
$data['views']['expression'] = array(
'title' => t('Math expression'),
- 'help' => t('Evaluates a mathematical epression and displays it.'),
+ 'help' => t('Evaluates a mathematical expression and displays it.'),
'field' => array(
'handler' => 'views_handler_field_math',
),
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | views-963382.patch | 553 bytes | aidanlis |
Comments
Comment #1
dawehnerEven you can't think it's much easier to have a patch file.
Please create one, if there is one it's RTBC
Comment #2
merlinofchaos commentedWhat dereine is trying to say is that it's easier for us to deal with patches if they are attached than if they are cut & pasted.
Comment #3
aidanlis commentedOops, sorry.
Comment #4
aidanlis commentedComment #5
dawehnerThanks!
Comment #6
dawehnerCommited to all three branches