Reword "Catalogues" to "Sources" for user-facing consistency

This commit is contained in:
arkon
2020-04-01 22:42:08 -04:00
parent a3b660a2c9
commit 224f08279b
5 changed files with 9 additions and 9 deletions

View File

@@ -13,9 +13,9 @@
android:icon="@drawable/ic_history_24dp"
android:title="@string/label_recent_manga" />
<item
android:id="@+id/nav_catalogues"
android:id="@+id/nav_sources"
android:icon="@drawable/ic_explore_state"
android:title="@string/label_catalogues" />
android:title="@string/label_sources" />
<item
android:id="@+id/nav_more"
android:icon="@drawable/ic_more_horiz_24dp"

View File

@@ -17,7 +17,7 @@
<string name="label_library">Library</string>
<string name="label_recent_updates">Updates</string>
<string name="label_recent_manga">History</string>
<string name="label_catalogues">Catalogues</string>
<string name="label_sources">Sources</string>
<string name="label_categories">Categories</string>
<string name="label_backup">Backup</string>
<string name="label_migration">Source migration</string>
@@ -581,7 +581,7 @@
<string name="information_no_downloads">No downloads</string>
<string name="information_no_recent">No recent chapters</string>
<string name="information_no_recent_manga">No recently read manga</string>
<string name="information_empty_library">Your library is empty, add series to your library from the catalogues.</string>
<string name="information_empty_library">Your library is empty, add series to your library from the sources.</string>
<string name="information_empty_category">You have no categories. Hit the plus button to create one for organizing your library.</string>
<string name="information_cloudflare_bypass_failure">Failed to bypass Cloudflare</string>
<string name="information_webview_outdated">Please update the WebView app for better compatibility</string>