Skip to content

Commit

Permalink
translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliskov committed Nov 4, 2020
1 parent 1872f37 commit 7ad0df9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ private void appendLeftPanelCategories(AppSettingsPresenter settingsPresenter) {
}, mMainUIData.isCategoryEnabled(category.getValue())));
}

settingsPresenter.appendCheckedCategory(mContext.getString(R.string.content_categories), options);
settingsPresenter.appendCheckedCategory(mContext.getString(R.string.side_panel_categories), options);
}
}
2 changes: 1 addition & 1 deletion common/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
<string name="update_in_progess">Подождите…</string>
<string name="player_ui_hide_behavior">Скрывать интерфейс</string>
<string name="player_ui_hide_never">Никогда</string>
<string name="content_categories">Катергории контента</string>
<string name="side_panel_categories">Настроить разделы</string>
</resources>
2 changes: 1 addition & 1 deletion common/src/main/res/values-uk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
<string name="update_in_progess">Хвилинку…</string>
<string name="player_ui_hide_behavior">Приховувати інтерфейс</string>
<string name="player_ui_hide_never">Ніколи</string>
<string name="content_categories">Категорії контенту</string>
<string name="side_panel_categories">Налаштувати розділи</string>
</resources>
2 changes: 1 addition & 1 deletion common/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
<string name="update_in_progess">Wait…</string>
<string name="player_ui_hide_behavior">Auto-hide UI</string>
<string name="player_ui_hide_never">Never</string>
<string name="content_categories">Content categories</string>
<string name="side_panel_categories">Set-up sections</string>
</resources>

0 comments on commit 7ad0df9

Please sign in to comment.