aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-08-25 21:23:08 +0200
committerMax Kostikov <max@kostikov.co>2018-08-25 21:23:08 +0200
commit88ebcb56e7d1f70a594f3f11b0d209e084a3521a (patch)
treed8e06147b8b3ec10c0a998f9d3638e3bd274c742 /Zotlabs/Widget
parent308dda1587bc175cab41bc4a02dae8ec568668b3 (diff)
downloadvolse-hubzilla-88ebcb56e7d1f70a594f3f11b0d209e084a3521a.tar.gz
volse-hubzilla-88ebcb56e7d1f70a594f3f11b0d209e084a3521a.tar.bz2
volse-hubzilla-88ebcb56e7d1f70a594f3f11b0d209e084a3521a.zip
Update Wiki_page_history.php
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r--Zotlabs/Widget/Wiki_page_history.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Wiki_page_history.php b/Zotlabs/Widget/Wiki_page_history.php
index dcec9a037..0f865f12d 100644
--- a/Zotlabs/Widget/Wiki_page_history.php
+++ b/Zotlabs/Widget/Wiki_page_history.php
@@ -20,7 +20,10 @@ class Wiki_page_history {
'$pageHistory' => $pageHistory['history'],
'$permsWrite' => $arr['permsWrite'],
'$name_lbl' => t('Name'),
- '$msg_label' => t('Message','wiki_history')
+ '$msg_label' => t('Message','wiki_history'),
+ '$date_lbl' => t('Date'),
+ '$revert_btn' => t('Revert'),
+ '$compare_btn' => t('Compare')
));
}