summaryrefslogtreecommitdiff
path: root/modules/rest
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-04-06 06:08:17 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-04-06 06:08:17 -0700
commit50b0b73345b7b8aae070f5289dff8e0c2d278fde (patch)
tree758cb2f16b6584c4e07e273a25a5f6da10981a85 /modules/rest
parent0dfc62051e7e3dac79489a6a2964c3e6b333b517 (diff)
parent2657d085863782f57279d507c1c2c0a15ccccc24 (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/rest')
-rw-r--r--modules/rest/helpers/rest_event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rest/helpers/rest_event.php b/modules/rest/helpers/rest_event.php
index c89436c0..e4e53ef6 100644
--- a/modules/rest/helpers/rest_event.php
+++ b/modules/rest/helpers/rest_event.php
@@ -97,6 +97,6 @@ class rest_event {
$key->save();
}
$view->rest_key = $key->access_key;
- $data->content[] = (object)array("title" => t("Rest api"), "view" => $view);
+ $data->content[] = (object)array("title" => t("REST api"), "view" => $view);
}
}