[Ru] string hotfix (#775)

Changed the wrong form of "black" theme string
This commit is contained in:
Evgeny Petrov 2018-08-19 13:17:09 +03:00 committed by Konrad Pozniak
parent dbbc1e406f
commit 7369a82b26
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@
<string-array name="app_theme_names">
<item>Тёмная</item>
<item>Светлая</item>
<item>Черный</item>
<item>Черная</item>
<item>Автоматическая (по времени)</item>
</string-array>