mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-30 05:47:57 +01:00
Reword "Catalogues" to "Sources" for user-facing consistency
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user