Skip to content

Commit

Permalink
Merge pull request #2957 from ONLYOFFICE/fix/bugfix
Browse files Browse the repository at this point in the history
[PDF] Fix bug
  • Loading branch information
JuliaRadzhabova authored Apr 23, 2024
2 parents 71520a2 + f3a5b07 commit 8a998f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/pdfeditor/main/app/controller/InsTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ define([
btn.toggle(true);
if(newType != oldType){
this.view.btnsInsertText.forEach(function(button) {
button.updateHint([e.caption, self.views.Toolbar.prototype.tipInsertText]);
button.updateHint([e.caption, self.views.tipInsertText]);
button.changeIcon({
next: e.options.iconClsForMainBtn,
curr: button.menu.items.filter(function(item){return item.value == oldType})[0].options.iconClsForMainBtn
Expand Down Expand Up @@ -1495,6 +1495,7 @@ define([
txtMatrix_2_2_DLineBracket : 'Empty Matrix with Brackets',
txtMatrix_Flat_Round : 'Sparse Matrix',
txtMatrix_Flat_Square : 'Sparse Matrix',
textInsert: 'Insert'

}, PDFE.Controllers.InsTab || {}));
});
1 change: 1 addition & 0 deletions apps/pdfeditor/main/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,7 @@
"PDFE.Controllers.InsTab.txtSymbol_vdots": "Vertical ellipsis",
"PDFE.Controllers.InsTab.txtSymbol_xsi": "Xi",
"PDFE.Controllers.InsTab.txtSymbol_zeta": "Zeta",
"PDFE.Controllers.InsTab.textInsert": "Insert",
"PDFE.Controllers.LeftMenu.leavePageText": "All unsaved changes in this document will be lost.<br> Click \"Cancel\" then \"Save\" to save them. Click \"OK\" to discard all the unsaved changes.",
"PDFE.Controllers.LeftMenu.newDocumentTitle": "Unnamed document",
"PDFE.Controllers.LeftMenu.notcriticalErrorTitle": "Warning",
Expand Down

0 comments on commit 8a998f8

Please sign in to comment.