Ticket #6850: 6850.patch
File 6850.patch, 1.1 KB (added by , 12 years ago) |
---|
-
_source/lang/en.js
715 715 { 716 716 title : 'About CKEditor', 717 717 dlgTitle : 'About CKEditor', 718 help : 'Check $1 for help.', 719 userGuide : 'CKEditor 3.x User\'s Guide', 718 720 moreInfo : 'For licensing information please visit our web site:', 719 721 copy : 'Copyright © $1. All rights reserved.' 720 722 }, -
_source/plugins/about/dialogs/about.js
57 57 '<a href="http://ckeditor.com/">http://ckeditor.com</a>' + 58 58 '</p>' + 59 59 '<p>' + 60 lang.help.replace( '$1', '<a href="http://docs.cksource.com/CKEditor_3.x/Users_Guide/Quick_Reference">' + lang.userGuide + '</a>' ) + 61 '</p>' + 62 '<p>' + 60 63 lang.moreInfo + '<br>' + 61 64 '<a href="http://ckeditor.com/license">http://ckeditor.com/license</a>' + 62 65 '</p>' +