Renamed things pertaining to the about package

This commit is contained in:
TacoTheDank 2021-03-29 19:05:57 -04:00
parent c7efa8c4f1
commit cc72fa4793
6 changed files with 29 additions and 40 deletions

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_website"
android:id="@+id/menu_software_website"
android:title="@string/action_open_website" />
<item
android:id="@+id/action_show_license"
android:title="@string/read_full_license"></item>
android:id="@+id/menu_software_show_license"
android:title="@string/read_full_license" />
</menu>