Rename Updates to Feed, Tools to Options

This commit is contained in:
Zakhar Timoshenko
2022-08-11 16:49:01 +03:00
parent a5b85c296a
commit 7befb88e15
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

@@ -374,4 +374,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>