Skip to content

Commit

Permalink
#241 fix noticed misprints in lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
zuevval committed Sep 24, 2020
1 parent abc4638 commit d43c1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ internal val golubinaIntroLessons by lessons {
Введите цифровой знак, запятую, дефис и точку"""
)
+Input(content.markers.getValue(MarkerType.NumberSign))
inputChars(",-.")
inputChars(",.")
+Info(
"""
Переходим к изучению точечного состава буквы Ы.
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
<string name="lessons_help_common">
<![CDATA[
<b>Переход</b> к следующему шагу - кнопка <b>\"вперёд\"</b> справа по центру,
к предыдущему - кнопка <b>назад</b> слева по центру.
к предыдущему - кнопка <b>"назад"</b> слева по центру.
&<br>
<b>Выход в меню</b> приложения - кнопка <b>\"перейти вверх\"</b> в верхней панели слева.
&<br>
Expand Down

0 comments on commit d43c1b5

Please sign in to comment.