Merge branch 'devel' of github.com:KotatsuApp/Kotatsu into devel
This commit is contained in:
@@ -15,11 +15,11 @@
|
|||||||
<item
|
<item
|
||||||
android:id="@+id/nav_feed"
|
android:id="@+id/nav_feed"
|
||||||
android:icon="@drawable/ic_feed_selector"
|
android:icon="@drawable/ic_feed_selector"
|
||||||
android:title="@string/updates" />
|
android:title="@string/feed" />
|
||||||
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/nav_tools"
|
android:id="@+id/nav_tools"
|
||||||
android:icon="@drawable/ic_tools_selector"
|
android:icon="@drawable/ic_tools_selector"
|
||||||
android:title="@string/tools" />
|
android:title="@string/options" />
|
||||||
|
|
||||||
</menu>
|
</menu>
|
||||||
|
|||||||
@@ -376,4 +376,5 @@
|
|||||||
<string name="import_completed">Import completed</string>
|
<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_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="import_will_start_soon">Import will start soon</string>
|
||||||
|
<string name="feed">Feed</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user