summaryrefslogtreecommitdiff
path: root/modules/gmaps/helpers/gmaps_block.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gmaps/helpers/gmaps_block.php')
-rw-r--r--modules/gmaps/helpers/gmaps_block.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gmaps/helpers/gmaps_block.php b/modules/gmaps/helpers/gmaps_block.php
index dc58a4cd..04d0ae63 100644
--- a/modules/gmaps/helpers/gmaps_block.php
+++ b/modules/gmaps/helpers/gmaps_block.php
@@ -23,7 +23,7 @@ class gmaps_block_Core {
if ($theme->item()) {
$block = new Block();
$block->id = "gMaps";
- $block->title = _("Location");
+ $block->title = t("Location");
$block->content = new View("gmaps_block.html");
return $block;
}