Legend:
- Unmodified
- Added
- Removed
-
plugins/dcRevisions/inc/class.dc.revisions.behaviors.php
r338 r721 47 47 dcPage::jsVar('dotclear.msg.content',__('Content')). 48 48 dcPage::jsVar('dotclear.msg.current',__('Current')). 49 dcPage::jsVar('dotclear.msg.confirm_apply_patch',__('Are you sure to want apply this patch on this entry?')). 49 dcPage::jsVar('dotclear.msg.content_identical',__('Content identical')). 50 dcPage::jsVar('dotclear.msg.confirm_apply_patch', 51 __('(CAUTION: This operation will replace all the content by the previous one)').' '. 52 __('Are you sure to want apply this patch on this entry?') 53 ). 50 54 "\n//]]>\n". 51 55 "</script>\n".
Note: See TracChangeset
for help on using the changeset viewer.