diff options
author | Mario <mario@mariovavti.com> | 2018-08-27 10:00:50 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-08-27 10:00:50 +0200 |
commit | 95f870f1b41ff243a03617b368c8606354de8273 (patch) | |
tree | 60abd431a446eafec85eaeda5df45debfc101b97 /Zotlabs/Lib | |
parent | c250de7dae3890880568e5df749a089f8cebc909 (diff) | |
parent | f5f6ec3d71acb3e0488386819d5060e59331ec23 (diff) | |
download | volse-hubzilla-95f870f1b41ff243a03617b368c8606354de8273.tar.gz volse-hubzilla-95f870f1b41ff243a03617b368c8606354de8273.tar.bz2 volse-hubzilla-95f870f1b41ff243a03617b368c8606354de8273.zip |
Merge branch 'dev' into 'dev'
Add translation to missed strings in Wiki
See merge request hubzilla/core!1264
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/NativeWikiPage.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Zotlabs/Lib/NativeWikiPage.php b/Zotlabs/Lib/NativeWikiPage.php index 919c51276..d4875bbaf 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') )); } |