aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-01 20:48:49 -0700
committerredmatrix <git@macgirvin.com>2016-07-01 20:48:49 -0700
commit523e7b5084b1ae62e151d1183f5150ffd9d9e60c (patch)
tree59ebb1acbd8d546a38bf9f099c13c2c914450df3 /Zotlabs
parent41fa2d6c697bc4f7483e6c934b24c11fae368390 (diff)
parent0a119913406db6604ab6d44b53fdb1f07313db84 (diff)
downloadvolse-hubzilla-523e7b5084b1ae62e151d1183f5150ffd9d9e60c.tar.gz
volse-hubzilla-523e7b5084b1ae62e151d1183f5150ffd9d9e60c.tar.bz2
volse-hubzilla-523e7b5084b1ae62e151d1183f5150ffd9d9e60c.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Events.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/Zotlabs/Module/Events.php b/Zotlabs/Module/Events.php
index 3f3f9fb4c..3187cddb4 100644
--- a/Zotlabs/Module/Events.php
+++ b/Zotlabs/Module/Events.php
@@ -668,8 +668,10 @@ class Events extends \Zotlabs\Web\Controller {
'$export' => array(z_root()."/events/$y/$m/export",t('Export'),'',''),
'$calendar' => cal($y,$m,$links, ' eventcal'),
'$events' => $events,
- '$upload' => t('Import'),
- '$submit' => t('Submit'),
+ '$view_label' => t('View'),
+ '$month' => t('Month'),
+ '$week' => t('Week'),
+ '$day' => t('Day'),
'$prev' => t('Previous'),
'$next' => t('Next'),
'$today' => t('Today'),