]> git.mxchange.org Git - friendica.git/commitdiff
Misspelled "detailed"
authorMichael <heluecht@pirati.ca>
Sat, 4 Nov 2017 12:08:12 +0000 (12:08 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 4 Nov 2017 12:08:12 +0000 (12:08 +0000)
mod/ping.php
mod/settings.php
view/templates/settings.tpl
view/theme/frio/templates/settings.tpl
view/theme/frost-mobile/templates/settings.tpl

index 924b3058fd971957cd1dd0f30991e5d070f4c8ec..0027acd2baa2397eb4068dc3c0e817299595f757 100644 (file)
@@ -478,7 +478,7 @@ function ping_get_notifications($uid)
 
                        if ($notification["visible"] && !$notification["spam"] &&
                                !$notification["deleted"] && !is_array($result[$notification["parent"]])) {
-                               if (PConfig::get(local_user(), 'system', 'detailled_notif')) {
+                               if (PConfig::get(local_user(), 'system', 'detailed_notif')) {
                                        $result[$notification["id"]] = $notification;
                                } else {
                                        $result[$notification["parent"]] = $notification;
index d677f52a802d7f05ffcd2f1f4792defa3953c905..679b5e31e700a5d171cc24c5e4009c7d7a4402e2 100644 (file)
@@ -436,7 +436,7 @@ function settings_post(App $a) {
        $post_profilechange   = (($_POST['post_profilechange'] == 1) ? 1: 0);
 
        $email_textonly   = (($_POST['email_textonly'] == 1) ? 1 : 0);
-       $detailled_notif  = (($_POST['detailled_notif'] == 1) ? 1 : 0);
+       $detailed_notif   = (($_POST['detailed_notif'] == 1) ? 1 : 0);
 
        $notify = 0;
 
@@ -562,7 +562,7 @@ function settings_post(App $a) {
        PConfig::set(local_user(), 'system', 'post_profilechange', $post_profilechange);
 
        PConfig::set(local_user(), 'system', 'email_textonly', $email_textonly);
-       PConfig::set(local_user(), 'system', 'detailled_notif', $detailled_notif);
+       PConfig::set(local_user(), 'system', 'detailed_notif', $detailed_notif);
 
        if ($page_flags == PAGE_PRVGROUP) {
                $hidewall = 1;
@@ -1335,8 +1335,8 @@ function settings_content(App $a) {
                                                                        PConfig::get(local_user(), 'system', 'email_textonly'),
                                                                        t('Send text only notification emails, without the html part')),
 
-               '$detailled_notif' => array('detailled_notif', t('Show detailled notifications'),
-                                                                       PConfig::get(local_user(), 'system', 'detailled_notif'),
+               '$detailed_notif' => array('detailed_notif', t('Show detailled notifications'),
+                                                                       PConfig::get(local_user(), 'system', 'detailed_notif'),
                                                                        t('Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed.')),
 
                '$h_advn' => t('Advanced Account/Page Type Settings'),
index 4d05ea76448b5423e93c1dd2a9e45e91428d9498..099014f135139d7841bd442033bb7df5a9eb3813 100644 (file)
 </div>
 
 {{include file="field_checkbox.tpl" field=$email_textonly}}
-{{include file="field_checkbox.tpl" field=$detailled_notif}}
+{{include file="field_checkbox.tpl" field=$detailed_notif}}
 
 
 <!--
index b2f7ff25061da08920059f8ddee3ecfa15344a1a..f197eb5e5a6ef3e32b54fe4d83c8e2bc12e223bf 100644 (file)
                                                        </div>
 
                                                        {{include file="field_checkbox.tpl" field=$email_textonly}}
-                                                       {{include file="field_checkbox.tpl" field=$detailled_notif}}
+                                                       {{include file="field_checkbox.tpl" field=$detailed_notif}}
 
                                                        {{* commented out because it was commented out in the original template
                                                        <div class="field">
index 2e4652af62c528e4b9c7b88cd549ddbb530b7543..ccca7eaab7f6b8416765a080f5d6ebab5ff596cb 100644 (file)
 </div>
 
 {{include file="field_checkbox.tpl" field=$email_textonly}}
-{{include file="field_checkbox.tpl" field=$detailled_notif}}
+{{include file="field_checkbox.tpl" field=$detailed_notif}}
 
 </div>