diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-31 15:42:52 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-31 15:42:52 -0700 |
commit | 5e985ef34f06964a7d8ac6ab20a8481c4b3ddca7 (patch) | |
tree | faa497dbb0160f82283a0ada6f4764b302275c0e /mod/events.php | |
parent | 6f9771768dfdf627782d9f65fc1e74882cfde7f5 (diff) | |
download | volse-hubzilla-5e985ef34f06964a7d8ac6ab20a8481c4b3ddca7.tar.gz volse-hubzilla-5e985ef34f06964a7d8ac6ab20a8481c4b3ddca7.tar.bz2 volse-hubzilla-5e985ef34f06964a7d8ac6ab20a8481c4b3ddca7.zip |
consistency of event form
Diffstat (limited to 'mod/events.php')
-rwxr-xr-x | mod/events.php | 2 |
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') )); |