[DE] Fix Bug 48334

This commit is contained in:
Julia Radzhabova 2021-02-09 18:47:55 +03:00
parent d8918e298d
commit e38f30a3f3
2 changed files with 2 additions and 2 deletions

View file

@ -378,7 +378,7 @@ define([
tipCheckBox: 'Insert checkbox', tipCheckBox: 'Insert checkbox',
tipRadioBox: 'Insert radio button', tipRadioBox: 'Insert radio button',
tipImageField: 'Insert image', tipImageField: 'Insert image',
tipViewForm: 'Fill form mode', tipViewForm: 'View form',
textNoHighlight: 'No highlighting', textNoHighlight: 'No highlighting',
textNewColor: 'Add New Custom Color', textNewColor: 'Add New Custom Color',
textClear: 'Clear Fields', textClear: 'Clear Fields',

View file

@ -1742,7 +1742,7 @@
"DE.Views.FormsTab.tipImageField": "Insert image", "DE.Views.FormsTab.tipImageField": "Insert image",
"DE.Views.FormsTab.tipRadioBox": "Insert radio button", "DE.Views.FormsTab.tipRadioBox": "Insert radio button",
"DE.Views.FormsTab.tipTextField": "Insert text field", "DE.Views.FormsTab.tipTextField": "Insert text field",
"DE.Views.FormsTab.tipViewForm": "Fill form mode", "DE.Views.FormsTab.tipViewForm": "View form",
"DE.Views.FormsTab.textClear": "Clear Fields", "DE.Views.FormsTab.textClear": "Clear Fields",
"DE.Views.FormsTab.capBtnPrev": "Previous Field", "DE.Views.FormsTab.capBtnPrev": "Previous Field",
"DE.Views.FormsTab.capBtnNext": "Next Field", "DE.Views.FormsTab.capBtnNext": "Next Field",