diff options
author | redmatrix <redmatrix@redmatrix.me> | 2016-01-01 16:13:29 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2016-01-01 16:13:29 -0800 |
commit | 54ceef0ba12c5852b398fcc8f10b152855a8f54b (patch) | |
tree | ad96a4164a17c80c12dd8b1d48045dc9db6ca8e7 /mod | |
parent | c38edfcb32747c7c25f1df5968288b9eef43fddc (diff) | |
parent | 5b9afd7555233ac37379d05ecc27bbde0ff7f62b (diff) | |
download | volse-hubzilla-54ceef0ba12c5852b398fcc8f10b152855a8f54b.tar.gz volse-hubzilla-54ceef0ba12c5852b398fcc8f10b152855a8f54b.tar.bz2 volse-hubzilla-54ceef0ba12c5852b398fcc8f10b152855a8f54b.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
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')), |