Merge branch 'devel' of github.com:KotatsuApp/Kotatsu into devel

This commit is contained in:
Koitharu
2022-08-11 17:02:30 +03:00
2 changed files with 3 additions and 2 deletions

View File

@@ -15,11 +15,11 @@
<item
android:id="@+id/nav_feed"
android:icon="@drawable/ic_feed_selector"
android:title="@string/updates" />
android:title="@string/feed" />
<item
android:id="@+id/nav_tools"
android:icon="@drawable/ic_tools_selector"
android:title="@string/tools" />
android:title="@string/options" />
</menu>

View File

@@ -376,4 +376,5 @@
<string name="import_completed">Import completed</string>
<string name="import_completed_hint">You can delete the original file from storage to save space</string>
<string name="import_will_start_soon">Import will start soon</string>
<string name="feed">Feed</string>
</resources>