Clarify "show in main list" checkbox title (#6326)
This commit is contained in:
parent
997860fe52
commit
cfb9745246
|
@ -7,6 +7,12 @@
|
|||
android:orientation="vertical"
|
||||
android:padding="16dp">
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/rootFolderCheckbox"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/feed_folders_include_root" />
|
||||
|
||||
<com.joanzapata.iconify.widget.IconTextView
|
||||
android:id="@+id/commonTagsInfo"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -22,12 +28,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/rootFolderCheckbox"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/feed_folders_include_root" />
|
||||
|
||||
<com.google.android.material.textfield.TextInputLayout
|
||||
android:id="@+id/newTagTextInput"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -692,7 +692,7 @@
|
|||
<string name="authentication_descr">Change your username and password for this podcast and its episodes.</string>
|
||||
<string name="feed_tags_label">Tags</string>
|
||||
<string name="feed_tags_summary">Change the tags of this podcast to help organize your subscriptions</string>
|
||||
<string name="feed_folders_include_root">Show in main list</string>
|
||||
<string name="feed_folders_include_root">Show this subscription in main list</string>
|
||||
<string name="multi_feed_common_tags_info">{fa-info-circle} Only common tags from all selected subscriptions are shown. Other tags stay unaffected.</string>
|
||||
<string name="auto_download_settings_label">Auto Download Settings</string>
|
||||
<string name="episode_filters_label">Episode Filter</string>
|
||||
|
|
Loading…
Reference in New Issue