app/views/ckeditor/pictures/index.html.erb in ckeditor-3.5.1 vs app/views/ckeditor/pictures/index.html.erb in ckeditor-3.5.2

- old
+ new

@@ -30,10 +30,10 @@ <div style="width: 100%;"> <table width="100%" cellspacing="0" cellpadding="0"> <tbody><tr> <td width="100%"></td> <td nowrap="nowrap"> - <button onclick="uploadButton()" class="Button"><span ckf:lang="CancelBtn">Cancel</span></button> + <button onclick="uploadButton()" class="Button"><span ckf:lang="CancelBtn"><%= I18n.t('cancel', :scope => [:ckeditor, :buttons]) %></span></button> </td> </tr> </tbody></table> </div> </div>