Ticket #6850: 6850.patch

File 6850.patch, 1.1 KB (added by Sa'ar Zac Elias, 13 years ago)
  • _source/lang/en.js

     
    715715        {
    716716                title           : 'About CKEditor',
    717717                dlgTitle        : 'About CKEditor',
     718                help    : 'Check $1 for help.',
     719                userGuide : 'CKEditor 3.x User\'s Guide',
    718720                moreInfo        : 'For licensing information please visit our web site:',
    719721                copy            : 'Copyright © $1. All rights reserved.'
    720722        },
  • _source/plugins/about/dialogs/about.js

     
    5757                                                                        '<a href="http://ckeditor.com/">http://ckeditor.com</a>' +
    5858                                                                '</p>' +
    5959                                                                '<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>' +
    6063                                                                        lang.moreInfo + '<br>' +
    6164                                                                        '<a href="http://ckeditor.com/license">http://ckeditor.com/license</a>' +
    6265                                                                '</p>' +
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy