]> git.mxchange.org Git - friendica.git/commitdiff
Fix spelling for "detailed_notif" help text in settings
authorfabrixxm <fabrix.xm@gmail.com>
Mon, 19 Mar 2018 12:56:17 +0000 (13:56 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Mar 2018 12:56:17 +0000 (13:56 +0100)
mod/settings.php

index 46c3d2ec9650ba504f681ea380d3e30b767f9433..b66cad7f9839d7c48eeb7dff27825456b617ccfd 100644 (file)
@@ -1274,7 +1274,7 @@ function settings_content(App $a)
 
                '$detailed_notif' => ['detailed_notif', L10n::t('Show detailled notifications'),
                                                                        PConfig::get(local_user(), 'system', 'detailed_notif'),
-                                                                       L10n::t('Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed.')],
+                                                                       L10n::t('Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed.')],
 
                '$h_advn' => L10n::t('Advanced Account/Page Type Settings'),
                '$h_descadvn' => L10n::t('Change the behaviour of this account for special situations'),