diff options
Diffstat (limited to 'mod')
-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') )); |