diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl
index c43cf861f..a14705ed7 100755
--- a/view/theme/diabook/communityhome.tpl
+++ b/view/theme/diabook/communityhome.tpl
@@ -9,7 +9,7 @@
Help or @NewHere ?
Friendica Support
Let's talk
-Local Friendica
+Local Friendica
NewHere
{{ endif }}
diff --git a/view/theme/diabook/nav.tpl b/view/theme/diabook/nav.tpl
index e1b50c4d2..9acf1032c 100644
--- a/view/theme/diabook/nav.tpl
+++ b/view/theme/diabook/nav.tpl
@@ -72,7 +72,7 @@
Info/Impressum
- restore third column
+ Restore right-hand column
{{ if $nav.settings }}{{ endif }}
{{ if $nav.admin }}$nav.admin.1{{ endif }}
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php
index 53424a084..a3f0ca0d4 100755
--- a/view/theme/diabook/theme.php
+++ b/view/theme/diabook/theme.php
@@ -369,7 +369,7 @@ function restore_boxes(){
$.cookie('close_lastusers','2', { expires: 365, path: '/' });
$.cookie('close_lastphotos','2', { expires: 365, path: '/' });
$.cookie('close_lastlikes','2', { expires: 365, path: '/' });
- alert('right column was restored');
+ alert('Right-hand column was restored');
};