diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index c43cf861fa..a14705ed76 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 e1b50c4d21..9acf1032c1 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 }}
  • $nav.settings.1
  • {{ endif }} {{ if $nav.admin }}
  • $nav.admin.1
  • {{ endif }} diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 53424a0847..a3f0ca0d4b 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'); };