diff options
author | Max Kostikov <max@kostikov.co> | 2018-08-25 21:20:00 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-08-25 21:20:00 +0200 |
commit | 67a9dd84975d4689a1046074f368cc0543100324 (patch) | |
tree | 6676618aebd33e40605b0791239aa59941c47aa1 /Zotlabs/Lib/NativeWikiPage.php | |
parent | 732ce25d7fb78caf23bfe8f339bd0f0708279979 (diff) | |
download | volse-hubzilla-67a9dd84975d4689a1046074f368cc0543100324.tar.gz volse-hubzilla-67a9dd84975d4689a1046074f368cc0543100324.tar.bz2 volse-hubzilla-67a9dd84975d4689a1046074f368cc0543100324.zip |
Update NativeWikiPage.php
Diffstat (limited to 'Zotlabs/Lib/NativeWikiPage.php')
-rw-r--r-- | Zotlabs/Lib/NativeWikiPage.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Zotlabs/Lib/NativeWikiPage.php b/Zotlabs/Lib/NativeWikiPage.php index 919c51276..f129217c5 100644 --- a/Zotlabs/Lib/NativeWikiPage.php +++ b/Zotlabs/Lib/NativeWikiPage.php @@ -556,7 +556,10 @@ class NativeWikiPage { '$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') )); } @@ -692,4 +695,4 @@ class NativeWikiPage { return $o; } -} +}
\ No newline at end of file |