Info shows last chapter instead of chapter count. Resolves #765

This commit is contained in:
len
2017-05-14 19:55:48 +02:00
parent ff190e02d4
commit 0da2f91771
6 changed files with 10 additions and 7 deletions

View File

@@ -134,7 +134,7 @@
style="@style/TextAppearance.Medium.Body2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/manga_info_chapters_label"
android:text="@string/manga_info_last_chapter_label"
android:textIsSelectable="false"
app:layout_constraintTop_toBottomOf="@+id/manga_artist_label"
app:layout_constraintLeft_toLeftOf="parent"/>