From 1ea9df5974708cca62bad9e61d25f5b898febd1a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 24 Sep 2016 08:07:48 +0200 Subject: [PATCH 1/2] correction of typos --- include/features.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/features.php b/include/features.php index b3e3454b17..4856f0f19e 100644 --- a/include/features.php +++ b/include/features.php @@ -72,7 +72,7 @@ function get_features($filtered = true) { t('Post Composition Features'), array('richtext', t('Richtext Editor'), t('Enable richtext editor'), false, get_config('feature_lock','richtext')), array('preview', t('Post Preview'), t('Allow previewing posts and comments before publishing them'), false, get_config('feature_lock','preview')), - array('aclautomention', t('Auto-mention Forums'), t('Add/remove mention when a fourm page is selected/deselected in ACL window.'), false, get_config('feature_lock','aclautomention')), + array('aclautomention', t('Auto-mention Forums'), t('Add/remove mention when a forum page is selected/deselected in ACL window.'), false, get_config('feature_lock','aclautomention')), ), // Network sidebar widgets From 252f1827c106bf4b0b177f960ff639dc1a5d2de4 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 24 Sep 2016 08:08:04 +0200 Subject: [PATCH 2/2] correction of typos --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index 057526c547..3415a927c9 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1136,7 +1136,7 @@ function format_like($cnt,$arr,$type,$id) { $explikers = sprintf( t('%s don\'t attend.'), $likers); break; case 'attendmaybe': - $phrase = sprintf( t('%2$d people anttend maybe'), $spanatts, $cnt); + $phrase = sprintf( t('%2$d people attend maybe'), $spanatts, $cnt); $explikers = sprintf( t('%s anttend maybe.'), $likers); break; }