Clarified 'OPML Import' action (#4491)
refers to AntennaPod#4479 and adapts the suggestions of the discussion.
This commit is contained in:
parent
d567cf429a
commit
abfa1dab4e
|
@ -138,7 +138,7 @@
|
|||
app:drawableStartCompat="?attr/av_download"
|
||||
app:drawableLeftCompat="?attr/av_download"
|
||||
style="@style/AddPodcastTextView"
|
||||
android:text="@string/opml_import_label"/>
|
||||
android:text="@string/opml_add_podcast_label"/>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
</LinearLayout>
|
||||
|
|
|
@ -565,6 +565,7 @@
|
|||
<string name="database_export_summary">Transfer subscriptions, listened episodes and queue to AntennaPod on another device</string>
|
||||
<string name="database_import_summary">Import AntennaPod database from another device</string>
|
||||
<string name="opml_import_label">OPML Import</string>
|
||||
<string name="opml_add_podcast_label">Import podcast list (OPML)</string>
|
||||
<string name="opml_reader_error">An error has occurred while reading the OPML document:</string>
|
||||
<string name="opml_import_error_no_file">No file selected!</string>
|
||||
<string name="select_all_label">Select all</string>
|
||||
|
|
Loading…
Reference in New Issue