diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-01-01 05:53:29 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-01-01 05:53:29 -0500 |
commit | 49e4016ba2a4827cca16138071b8c21278058066 (patch) | |
tree | 0155f93fcf263a46edc5a36ed309a61bc3669adb /mod | |
parent | 9ee7d60afe1ea02bb1e2c7bf3d3780a94067d057 (diff) | |
download | volse-hubzilla-49e4016ba2a4827cca16138071b8c21278058066.tar.gz volse-hubzilla-49e4016ba2a4827cca16138071b8c21278058066.tar.bz2 volse-hubzilla-49e4016ba2a4827cca16138071b8c21278058066.zip |
Misspelled Titel
should be Title
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 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')), |