Skip to content

Commit

Permalink
Merge pull request #423 from Myron472/language
Browse files Browse the repository at this point in the history
Language: replace capital letters, rewrite values, fix missing line break
  • Loading branch information
plateaukao authored Oct 11, 2024
2 parents f41a236 + 61fcbd7 commit a4645a2
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ fun WhiteListContent(
contentAlignment = Alignment.Center
) {
Text(
text = stringResource(R.string.list_empty) + stringResource(R.string.empty_whitelist_hint),
text = stringResource(R.string.list_empty) + "\n" + stringResource(R.string.empty_whitelist_hint),
style = MaterialTheme.typography.h6,
color = MaterialTheme.colors.onBackground,
)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@
<string name="settings_summary_back_key_behavior">Закрывать вкладку, если она находится на первой странице в истории</string>
<string name="page_count">Кол-во страниц</string>
<string name="setting_title_userAgent_toggle">Включить пользовательский юзер-агент</string>
<string name="setting_summary_userAgent">Введите здесь предпочитаемый юзер-агент</string>
<string name="setting_summary_userAgent_toggle">Включить пользовательский юзер-агент</string>
<string name="setting_summary_userAgent">Введите здесь предпочитаемый юзер-агент</string>
<string name="menu_add_to_pocket">Добавить в Pocket</string>
<string name="content_adjustment">Регулировка Страницы</string>
<string name="share_save"><![CDATA[Поделиться и Сохранить]]></string>
Expand Down
Loading

0 comments on commit a4645a2

Please sign in to comment.