aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/theme.php
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-27 23:41:19 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-03-27 23:41:19 +0200
commitf30471df4f90df2b5f21a2f061e6d0c65b4e2a9a (patch)
treed22b9b9a9d0638bff77c49d66bedc46819e453ab /view/theme/diabook/theme.php
parent211d00a1f550094931e737b062d7f70797bde652 (diff)
downloadvolse-hubzilla-f30471df4f90df2b5f21a2f061e6d0c65b4e2a9a.tar.gz
volse-hubzilla-f30471df4f90df2b5f21a2f061e6d0c65b4e2a9a.tar.bz2
volse-hubzilla-f30471df4f90df2b5f21a2f061e6d0c65b4e2a9a.zip
small fix in diabook
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-xview/theme/diabook/theme.php2
1 files changed, 1 insertions, 1 deletions
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');
};