diff --git a/apps/documenteditor/mobile/app/template/EditText.template b/apps/documenteditor/mobile/app/template/EditText.template
index 56d48d190a..75c5898ef8 100644
--- a/apps/documenteditor/mobile/app/template/EditText.template
+++ b/apps/documenteditor/mobile/app/template/EditText.template
@@ -16,10 +16,10 @@
diff --git a/apps/documenteditor/mobile/app/view/edit/EditText.js b/apps/documenteditor/mobile/app/view/edit/EditText.js
index 9fd095eba7..98903fc77f 100644
--- a/apps/documenteditor/mobile/app/view/edit/EditText.js
+++ b/apps/documenteditor/mobile/app/view/edit/EditText.js
@@ -249,10 +249,10 @@ define([
textBullets: 'Bullets',
textNone: 'None',
textNumbers: 'Numbers',
- textСharacterBold: 'B',
- textСharacterItalic: 'I',
- textСharacterUnderline: 'U',
- textСharacterStrikethrough: 'S'
+ textCharacterBold: 'B',
+ textCharacterItalic: 'I',
+ textCharacterUnderline: 'U',
+ textCharacterStrikethrough: 'S'
}
})(), DE.Views.EditText || {}))
});
\ No newline at end of file
diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json
index 298bd97c05..09d4cf4604 100644
--- a/apps/documenteditor/mobile/locale/en.json
+++ b/apps/documenteditor/mobile/locale/en.json
@@ -358,6 +358,10 @@
"DE.Views.EditText.textSmallCaps": "Small Caps",
"DE.Views.EditText.textStrikethrough": "Strikethrough",
"DE.Views.EditText.textSubscript": "Subscript",
+ "DE.Views.EditText.textCharacterBold": "B",
+ "DE.Views.EditText.textCharacterItalic": "I",
+ "DE.Views.EditText.textCharacterUnderline": "U",
+ "DE.Views.EditText.textCharacterStrikethrough": "S",
"DE.Views.Search.textCase": "Case sensitive",
"DE.Views.Search.textDone": "Done",
"DE.Views.Search.textFind": "Find",
diff --git a/apps/documenteditor/mobile/locale/ru.json b/apps/documenteditor/mobile/locale/ru.json
index 61063abb03..7f9f5cbc50 100644
--- a/apps/documenteditor/mobile/locale/ru.json
+++ b/apps/documenteditor/mobile/locale/ru.json
@@ -353,10 +353,10 @@
"DE.Views.EditText.textLineSpacing": "Междустрочный интервал",
"DE.Views.EditText.textNone": "Нет",
"DE.Views.EditText.textNumbers": "Нумерация",
- "DE.Views.EditText.textСharacterBold": "Ж",
- "DE.Views.EditText.textСharacterItalic": "К",
- "DE.Views.EditText.textСharacterUnderline": "Ч",
- "DE.Views.EditText.textСharacterStrikethrough": "Т",
+ "DE.Views.EditText.textCharacterBold": "Ж",
+ "DE.Views.EditText.textCharacterItalic": "К",
+ "DE.Views.EditText.textCharacterUnderline": "Ч",
+ "DE.Views.EditText.textCharacterStrikethrough": "Т",
"DE.Views.EditText.textSize": "Размер",
"DE.Views.EditText.textSmallCaps": "Малые прописные",
"DE.Views.EditText.textStrikethrough": "Зачеркнутый",
diff --git a/apps/presentationeditor/mobile/app/template/EditText.template b/apps/presentationeditor/mobile/app/template/EditText.template
index dea0be4cab..dfecf30b26 100644
--- a/apps/presentationeditor/mobile/app/template/EditText.template
+++ b/apps/presentationeditor/mobile/app/template/EditText.template
@@ -12,10 +12,10 @@
diff --git a/apps/presentationeditor/mobile/app/view/edit/EditText.js b/apps/presentationeditor/mobile/app/view/edit/EditText.js
index c0bf1530fb..61ab71b4b1 100644
--- a/apps/presentationeditor/mobile/app/view/edit/EditText.js
+++ b/apps/presentationeditor/mobile/app/view/edit/EditText.js
@@ -239,10 +239,10 @@ define([
textBullets: 'Bullets',
textNone: 'None',
textNumbers: 'Numbers',
- textСharacterBold: 'B',
- textСharacterItalic: 'I',
- textСharacterUnderline: 'U',
- textСharacterStrikethrough: 'S'
+ textCharacterBold: 'B',
+ textCharacterItalic: 'I',
+ textCharacterUnderline: 'U',
+ textCharacterStrikethrough: 'S'
}
})(), PE.Views.EditText || {}))
});
\ No newline at end of file
diff --git a/apps/presentationeditor/mobile/locale/en.json b/apps/presentationeditor/mobile/locale/en.json
index d340cb4682..c8b7d9d27d 100644
--- a/apps/presentationeditor/mobile/locale/en.json
+++ b/apps/presentationeditor/mobile/locale/en.json
@@ -429,6 +429,10 @@
"PE.Views.EditText.textSmallCaps": "Small Caps",
"PE.Views.EditText.textStrikethrough": "Strikethrough",
"PE.Views.EditText.textSubscript": "Subscript",
+ "PE.Views.EditText.textCharacterBold": "B",
+ "PE.Views.EditText.textCharacterItalic": "I",
+ "PE.Views.EditText.textCharacterUnderline": "U",
+ "PE.Views.EditText.textCharacterStrikethrough": "S",
"PE.Views.Search.textCase": "Case sensitive",
"PE.Views.Search.textDone": "Done",
"PE.Views.Search.textFind": "Find",
diff --git a/apps/presentationeditor/mobile/locale/ru.json b/apps/presentationeditor/mobile/locale/ru.json
index 86131d4fd5..0c352bbad1 100644
--- a/apps/presentationeditor/mobile/locale/ru.json
+++ b/apps/presentationeditor/mobile/locale/ru.json
@@ -427,10 +427,10 @@
"PE.Views.EditText.textSmallCaps": "Малые прописные",
"PE.Views.EditText.textStrikethrough": "Зачеркнутый",
"PE.Views.EditText.textSubscript": "Подстрочные",
- "PE.Views.EditText.textСharacterBold": "Ж",
- "PE.Views.EditText.textСharacterItalic": "К",
- "PE.Views.EditText.textСharacterUnderline": "Ч",
- "PE.Views.EditText.textСharacterStrikethrough": "Т",
+ "PE.Views.EditText.textCharacterBold": "Ж",
+ "PE.Views.EditText.textCharacterItalic": "К",
+ "PE.Views.EditText.textCharacterUnderline": "Ч",
+ "PE.Views.EditText.textCharacterStrikethrough": "Т",
"PE.Views.Search.textCase": "С учетом регистра",
"PE.Views.Search.textDone": "Готово",
"PE.Views.Search.textFind": "Поиск",
diff --git a/apps/spreadsheeteditor/mobile/app/template/EditCell.template b/apps/spreadsheeteditor/mobile/app/template/EditCell.template
index 54dd1700ec..51f383f9b8 100644
--- a/apps/spreadsheeteditor/mobile/app/template/EditCell.template
+++ b/apps/spreadsheeteditor/mobile/app/template/EditCell.template
@@ -16,9 +16,9 @@
diff --git a/apps/spreadsheeteditor/mobile/app/template/EditText.template b/apps/spreadsheeteditor/mobile/app/template/EditText.template
index 821c1d5ad2..89b6e59e56 100644
--- a/apps/spreadsheeteditor/mobile/app/template/EditText.template
+++ b/apps/spreadsheeteditor/mobile/app/template/EditText.template
@@ -16,9 +16,9 @@
diff --git a/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js b/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js
index 9a417511c1..20bd1f724a 100644
--- a/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js
+++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js
@@ -294,9 +294,9 @@ define([
textPound: 'Pound',
textRouble: 'Rouble',
textYen: 'Yen',
- textСharacterBold: 'B',
- textСharacterItalic: 'I',
- textСharacterUnderline: 'U'
+ textCharacterBold: 'B',
+ textCharacterItalic: 'I',
+ textCharacterUnderline: 'U'
}
})(), SSE.Views.EditCell || {}))
});
diff --git a/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js b/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js
index e854ef6830..459bf5d920 100644
--- a/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js
+++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditText.js
@@ -178,9 +178,9 @@ define([
textTextColor: 'Text Color',
textFillColor: 'Fill Color',
textSize: 'Size',
- textСharacterBold: 'B',
- textСharacterItalic: 'I',
- textСharacterUnderline: 'U'
+ textCharacterBold: 'B',
+ textCharacterItalic: 'I',
+ textCharacterUnderline: 'U'
}
})(), SSE.Views.EditText || {}))
});
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json
index e41c049cb1..086c4f38e3 100644
--- a/apps/spreadsheeteditor/mobile/locale/en.json
+++ b/apps/spreadsheeteditor/mobile/locale/en.json
@@ -377,6 +377,9 @@
"SSE.Views.EditCell.textTopBorder": "Top Border",
"SSE.Views.EditCell.textWrapText": "Wrap Text",
"SSE.Views.EditCell.textYen": "Yen",
+ "SSE.Views.EditCell.textCharacterBold": "B",
+ "SSE.Views.EditCell.textCharacterItalic": "I",
+ "SSE.Views.EditCell.textCharacterUnderline": "U",
"SSE.Views.EditChart.textAuto": "Auto",
"SSE.Views.EditChart.textAxisCrosses": "Axis Crosses",
"SSE.Views.EditChart.textAxisOptions": "Axis Options",
@@ -475,6 +478,9 @@
"SSE.Views.EditText.textFonts": "Fonts",
"SSE.Views.EditText.textSize": "Size",
"SSE.Views.EditText.textTextColor": "Text Color",
+ "SSE.Views.EditText.textCharacterBold": "B",
+ "SSE.Views.EditText.textCharacterItalic": "I",
+ "SSE.Views.EditText.textCharacterUnderline": "U",
"SSE.Views.Search.textDone": "Done",
"SSE.Views.Search.textFind": "Find",
"SSE.Views.Search.textFindAndReplace": "Find and Replace",
diff --git a/apps/spreadsheeteditor/mobile/locale/ru.json b/apps/spreadsheeteditor/mobile/locale/ru.json
index 4e493bd2c8..5fc0b4cb8b 100644
--- a/apps/spreadsheeteditor/mobile/locale/ru.json
+++ b/apps/spreadsheeteditor/mobile/locale/ru.json
@@ -375,9 +375,9 @@
"SSE.Views.EditCell.textTopBorder": "Верхняя граница",
"SSE.Views.EditCell.textWrapText": "Перенос текста",
"SSE.Views.EditCell.textYen": "Иена",
- "SSE.Views.EditCell.textСharacterBold": "Ж",
- "SSE.Views.EditCell.textСharacterItalic": "К",
- "SSE.Views.EditCell.textСharacterUnderline": "Ч",
+ "SSE.Views.EditCell.textCharacterBold": "Ж",
+ "SSE.Views.EditCell.textCharacterItalic": "К",
+ "SSE.Views.EditCell.textCharacterUnderline": "Ч",
"SSE.Views.EditChart.textAuto": "Авто",
"SSE.Views.EditChart.textAxisCrosses": "Пересечение с осью",
"SSE.Views.EditChart.textAxisOptions": "Параметры оси",
@@ -476,9 +476,9 @@
"SSE.Views.EditText.textFonts": "Шрифты",
"SSE.Views.EditText.textSize": "Размер",
"SSE.Views.EditText.textTextColor": "Цвет текста",
- "SSE.Views.EditText.textСharacterBold": "Ж",
- "SSE.Views.EditText.textСharacterItalic": "К",
- "SSE.Views.EditText.textСharacterUnderline": "Ч",
+ "SSE.Views.EditText.textCharacterBold": "Ж",
+ "SSE.Views.EditText.textCharacterItalic": "К",
+ "SSE.Views.EditText.textCharacterUnderline": "Ч",
"SSE.Views.Search.textDone": "Готово",
"SSE.Views.Search.textFind": "Поиск",
"SSE.Views.Search.textFindAndReplace": "Поиск и замена",