aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-31 15:42:52 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-31 15:42:52 -0700
commit5e985ef34f06964a7d8ac6ab20a8481c4b3ddca7 (patch)
treefaa497dbb0160f82283a0ada6f4764b302275c0e /mod
parent6f9771768dfdf627782d9f65fc1e74882cfde7f5 (diff)
downloadvolse-hubzilla-5e985ef34f06964a7d8ac6ab20a8481c4b3ddca7.tar.gz
volse-hubzilla-5e985ef34f06964a7d8ac6ab20a8481c4b3ddca7.tar.bz2
volse-hubzilla-5e985ef34f06964a7d8ac6ab20a8481c4b3ddca7.zip
consistency of event form
Diffstat (limited to 'mod')
-rwxr-xr-xmod/events.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/events.php b/mod/events.php
index 7fc4b26f2..9c94d433d 100755
--- a/mod/events.php
+++ b/mod/events.php
@@ -490,7 +490,7 @@ function events_content(&$a) {
'$export' => array($a->get_baseurl()."/events/$y/$m/export",t('Export'),'',''),
'$calendar' => cal($y,$m,$links, ' eventcal'),
'$events' => $events,
- '$upload' => t('Upload'),
+ '$upload' => t('Import'),
'$submit' => t('Submit')
));