aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-02 07:48:42 +1100
committerredmatrix <git@macgirvin.com>2016-01-02 07:48:42 +1100
commite665afcc2a2ad48478839e1eb6a755502ed816eb (patch)
tree0155f93fcf263a46edc5a36ed309a61bc3669adb
parent9ee7d60afe1ea02bb1e2c7bf3d3780a94067d057 (diff)
parent49e4016ba2a4827cca16138071b8c21278058066 (diff)
downloadvolse-hubzilla-e665afcc2a2ad48478839e1eb6a755502ed816eb.tar.gz
volse-hubzilla-e665afcc2a2ad48478839e1eb6a755502ed816eb.tar.bz2
volse-hubzilla-e665afcc2a2ad48478839e1eb6a755502ed816eb.zip
Merge pull request #244 from anaqreon/anaqreon-titel-typo
Misspelled Titel
-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')),