diff --git a/LICENSE b/LICENSE
index 3136dd4f81..65ec68b9c2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2010, 2011 the Friendika Project
+Copyright (c) 2010, 2011 the Friendica Project
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/include/nav.php b/include/nav.php
index 5c24df51e2..62a8a6d114 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -147,7 +147,7 @@ function nav(&$a) {
$banner = get_config('system','banner');
if($banner === false)
- $banner .= 'Friendika';
+ $banner .= 'Friendica';
$tpl = get_markup_template('nav.tpl');
diff --git a/include/text.php b/include/text.php
index 8ada179dc4..4726872ec2 100644
--- a/include/text.php
+++ b/include/text.php
@@ -672,7 +672,7 @@ function smilies($s) {
$s = str_replace(
array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O',
- '~friendika', 'Diaspora*' ),
+ '~friendika', '~friendica', 'Diaspora*' ),
array(
'',
'',
@@ -691,6 +691,7 @@ function smilies($s) {
'',
'',
'~friendika ',
+ '~friendica ',
'Diaspora',
), $s);