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

@@ -38,8 +38,8 @@
android:icon="@drawable/sc_explore_48dp"
android:shortcutDisabledMessage="@string/app_not_available"
android:shortcutId="show_catalogues"
android:shortcutLongLabel="@string/label_catalogues"
android:shortcutShortLabel="@string/label_catalogues">
android:shortcutLongLabel="@string/label_sources"
android:shortcutShortLabel="@string/label_sources">
<intent
android:action="eu.kanade.tachiyomi.SHOW_CATALOGUES"
android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" />