aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-01-01 05:53:29 -0500
committerAndrew Manning <tamanning@zoho.com>2016-01-01 05:53:29 -0500
commit49e4016ba2a4827cca16138071b8c21278058066 (patch)
tree0155f93fcf263a46edc5a36ed309a61bc3669adb
parent9ee7d60afe1ea02bb1e2c7bf3d3780a94067d057 (diff)
downloadvolse-hubzilla-49e4016ba2a4827cca16138071b8c21278058066.tar.gz
volse-hubzilla-49e4016ba2a4827cca16138071b8c21278058066.tar.bz2
volse-hubzilla-49e4016ba2a4827cca16138071b8c21278058066.zip
Misspelled Titel
should be Title
-rwxr-xr-xmod/events.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/events.php b/mod/events.php
index 74b44906c..ed9f0f2e3 100755
--- a/mod/events.php
+++ b/mod/events.php
@@ -434,7 +434,7 @@ function events_content(&$a) {
'$xchan' => $event_xchan,
'$mid' => $mid,
'$event_hash' => $event_id,
- '$summary' => array('summary', (($event_id) ? t('Edit event titel') : t('Event titel')), $t_orig, t('Required'), '*'),
+ '$summary' => array('summary', (($event_id) ? t('Edit event title') : t('Event title')), $t_orig, t('Required'), '*'),
'$catsenabled' => $catsenabled,
'$placeholdercategory' => t('Categories (comma-separated list)'),
'$c_text' => (($event_id) ? t('Edit Category') : t('Category')),