From 495b639e55d8a28e0457c9744cbff2d6f17beb5c Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff
Date: Sun, 8 Oct 2017 10:22:29 +0200
Subject: [PATCH] .com -> .ca
---
include/Smilies.php | 2 +-
include/nav.php | 2 +-
mod/admin.php | 4 ++--
mod/friendica.php | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/Smilies.php b/include/Smilies.php
index 01c1067d9..a2d7637c7 100644
--- a/include/Smilies.php
+++ b/include/Smilies.php
@@ -127,7 +127,7 @@ class Smilies {
'',
'',
'',
- '~friendica ',
+ '~friendica ',
'redmatrix',
'redmatrix'
);
diff --git a/include/nav.php b/include/nav.php
index 382b89cfe..d7a6e397c 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -205,7 +205,7 @@ function nav_info(App $a)
// Provide a banner/logo/whatever
$banner = get_config('system', 'banner');
if ($banner === false) {
- $banner = 'Friendica';
+ $banner = 'Friendica';
}
call_hooks('nav_info', $nav);
diff --git a/mod/admin.php b/mod/admin.php
index 9b8fa36a3..7c5d04ff3 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -363,7 +363,7 @@ function admin_page_blocklist_post(App $a) {
* This subpage of the admin panel offers the nodes admin to delete an item from
* the node, given the GUID or the display URL such as http://example.com/display/123456.
* The item will then be marked as deleted in the database and processed accordingly.
- *
+ *
* @param App $a
* @return string
*/
@@ -1107,7 +1107,7 @@ function admin_page_site(App $a) {
/* Banner */
$banner = get_config('system','banner');
if ($banner == false) {
- $banner = 'Friendica';
+ $banner = 'Friendica';
}
$banner = htmlspecialchars($banner);
$info = get_config('config','info');
diff --git a/mod/friendica.php b/mod/friendica.php
index e2d5b6dd0..a617c101d 100644
--- a/mod/friendica.php
+++ b/mod/friendica.php
@@ -72,7 +72,7 @@ function friendica_content(App $a) {
$o .= '
' . PHP_EOL;
$o .= '';
- $o .= t('Please visit Friendica.com to learn more about the Friendica project.') . PHP_EOL;
+ $o .= t('Please visit Friendi.ca to learn more about the Friendica project.') . PHP_EOL;
$o .= '
' . PHP_EOL;
$o .= '';