Merge pull request #4396 from ByteHamster/add-podcast-rss

Renamed 'add podcast via url' to mention RSS
This commit is contained in:
H. Lehmann 2020-09-03 22:46:30 +02:00 committed by GitHub
commit eab2fe4f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -91,8 +91,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="8dp"
app:drawableStartCompat="?attr/content_new"
app:drawableLeftCompat="?attr/content_new"
app:drawableStartCompat="?attr/feed"
app:drawableLeftCompat="?attr/feed"
android:paddingTop="8dp"
android:paddingBottom="8dp"
android:background="?android:attr/selectableItemBackground"

View File

@ -715,7 +715,7 @@
<string name="search_itunes_label">Search iTunes</string>
<string name="search_fyyd_label">Search fyyd</string>
<string name="advanced">Advanced</string>
<string name="add_podcast_by_url">Add Podcast by URL</string>
<string name="add_podcast_by_url">Add Podcast by RSS address</string>
<string name="add_podcast_by_url_hint" translatable="false">www.example.com/feed</string>
<string name="browse_gpoddernet_label">Browse gpodder.net</string>
<string name="discover">Discover</string>