diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-27 23:41:19 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-27 23:41:19 +0200 |
commit | f30471df4f90df2b5f21a2f061e6d0c65b4e2a9a (patch) | |
tree | d22b9b9a9d0638bff77c49d66bedc46819e453ab /view/theme/diabook/nav.tpl | |
parent | 211d00a1f550094931e737b062d7f70797bde652 (diff) | |
download | volse-hubzilla-f30471df4f90df2b5f21a2f061e6d0c65b4e2a9a.tar.gz volse-hubzilla-f30471df4f90df2b5f21a2f061e6d0c65b4e2a9a.tar.bz2 volse-hubzilla-f30471df4f90df2b5f21a2f061e6d0c65b4e2a9a.zip |
small fix in diabook
Diffstat (limited to 'view/theme/diabook/nav.tpl')
-rw-r--r-- | view/theme/diabook/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <li><a class="$nav.search.2" href="friendica" title="Site Info / Impressum" >Info/Impressum</a></li> - <li><a class="$nav.search.2" onClick="restore_boxes()" title="restore third column" style="cursor: pointer;">restore third column</a></li> + <li><a class="$nav.search.2" onClick="restore_boxes()" title="restore third column" style="cursor: pointer;">Restore right-hand column</a></li> {{ if $nav.settings }}<li><a class="menu-sep $nav.settings.2" href="$nav.settings.0" title="$nav.settings.3">$nav.settings.1</a></li>{{ endif }} {{ if $nav.admin }}<li><a class="$nav.admin.2" href="$nav.admin.0" title="$nav.admin.3" >$nav.admin.1</a></li>{{ endif }} |