]> git.mxchange.org Git - friendica.git/blobdiff - mod/notifications.php
system notifications to notify module, untranslated string in notifications.tpl
[friendica.git] / mod / notifications.php
index 5831c1b7ab418bee23406452cf60b2c2c5c8896f..99031a1d59f0dee8a2050e08def1082dc0f1cf98 100755 (executable)
@@ -295,7 +295,7 @@ function notifications_content(&$a) {
                }
                
                $o .= replace_macros($notif_tpl,array(
-                       '$notif_header' => t('Notifications'),
+                       '$notif_header' => t('Network Notifications'),
                        '$tabs' => $tabs,
                        '$notif_content' => $notif_content,
                ));
@@ -325,7 +325,7 @@ function notifications_content(&$a) {
                }
                
                $o .= replace_macros($notif_tpl,array(
-                       '$notif_header' => t('System'),
+                       '$notif_header' => t('System Notifications'),
                        '$tabs' => $tabs,
                        '$notif_content' => $notif_content,
                ));
@@ -420,7 +420,7 @@ function notifications_content(&$a) {
                }
                
                $o .= replace_macros($notif_tpl,array(
-                       '$notif_header' => t('Notifications'),
+                       '$notif_header' => t('Personal Notifications'),
                        '$tabs' => $tabs,
                        '$notif_content' => $notif_content,
                ));
@@ -501,7 +501,7 @@ function notifications_content(&$a) {
                }
                
                $o .= replace_macros($notif_tpl,array(
-                       '$notif_header' => t('Notifications'),
+                       '$notif_header' => t('Home Notifications'),
                        '$tabs' => $tabs,
                        '$notif_content' => $notif_content,
                ));