Update strings in list mode bs

This commit is contained in:
Koitharu
2022-10-20 09:25:20 +03:00
parent 5ad6413952
commit 07c70eaccc
2 changed files with 3 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:text="@string/list" android:text="@string/compact"
app:icon="@drawable/ic_list" /> app:icon="@drawable/ic_list" />
<com.google.android.material.button.MaterialButton <com.google.android.material.button.MaterialButton
@@ -58,7 +58,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
android:text="@string/detailed_list" android:text="@string/details"
app:icon="@drawable/ic_list_detailed" /> app:icon="@drawable/ic_list_detailed" />
<com.google.android.material.button.MaterialButton <com.google.android.material.button.MaterialButton

View File

@@ -397,4 +397,5 @@
<string name="network_unavailable_hint">Turn on Wi-Fi or mobile network to read manga online</string> <string name="network_unavailable_hint">Turn on Wi-Fi or mobile network to read manga online</string>
<string name="server_error">Server side error (%1$d). Please try again later</string> <string name="server_error">Server side error (%1$d). Please try again later</string>
<string name="clear_new_chapters_counters">Also clear information about new chapters</string> <string name="clear_new_chapters_counters">Also clear information about new chapters</string>
<string name="compact">Compact</string>
</resources> </resources>