diff options
author | Max Kostikov <max@kostikov.co> | 2018-08-25 21:27:20 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-08-25 21:27:20 +0200 |
commit | 42c5e986707ffaa660b4fda9f23edbae9a3cb639 (patch) | |
tree | 5b0de1817697291bc6c331f6e22445b2a548a5a7 | |
parent | c9b80a3612755628cbb6af57458006dd39cf0f5f (diff) | |
download | volse-hubzilla-42c5e986707ffaa660b4fda9f23edbae9a3cb639.tar.gz volse-hubzilla-42c5e986707ffaa660b4fda9f23edbae9a3cb639.tar.bz2 volse-hubzilla-42c5e986707ffaa660b4fda9f23edbae9a3cb639.zip |
Update Wiki_page_history.php
-rw-r--r-- | Zotlabs/Widget/Wiki_page_history.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Widget/Wiki_page_history.php b/Zotlabs/Widget/Wiki_page_history.php index 0f865f12d..dbb322dc3 100644 --- a/Zotlabs/Widget/Wiki_page_history.php +++ b/Zotlabs/Widget/Wiki_page_history.php @@ -21,9 +21,9 @@ class Wiki_page_history { '$permsWrite' => $arr['permsWrite'], '$name_lbl' => t('Name'), '$msg_label' => t('Message','wiki_history'), - '$date_lbl' => t('Date'), - '$revert_btn' => t('Revert'), - '$compare_btn' => t('Compare') + '$date_lbl' => t('Date'), + '$revert_btn' => t('Revert'), + '$compare_btn' => t('Compare') )); } |