diff --git a/apps/presentationeditor/mobile/app/template/EditText.template b/apps/presentationeditor/mobile/app/template/EditText.template
index 86a9f854e2..dea0be4cab 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 7597225ef4..c0bf1530fb 100644
--- a/apps/presentationeditor/mobile/app/view/edit/EditText.js
+++ b/apps/presentationeditor/mobile/app/view/edit/EditText.js
@@ -238,7 +238,11 @@ define([
textLineSpacing: 'Line Spacing',
textBullets: 'Bullets',
textNone: 'None',
- textNumbers: 'Numbers'
+ textNumbers: 'Numbers',
+ textСharacterBold: 'B',
+ textСharacterItalic: 'I',
+ textСharacterUnderline: 'U',
+ textСharacterStrikethrough: 'S'
}
})(), PE.Views.EditText || {}))
});
\ No newline at end of file
diff --git a/apps/presentationeditor/mobile/locale/ru.json b/apps/presentationeditor/mobile/locale/ru.json
index 8514615250..1ef8f06d60 100644
--- a/apps/presentationeditor/mobile/locale/ru.json
+++ b/apps/presentationeditor/mobile/locale/ru.json
@@ -426,6 +426,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.Search.textCase": "С учетом регистра",
"PE.Views.Search.textDone": "Готово",
"PE.Views.Search.textFind": "Поиск",