Fixes name of "Add Damage Type" string.

This commit is contained in:
Tom Hicks
2021-06-25 14:33:09 -07:00
parent 0d1ab5a6d5
commit 0b881a50da
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
android:contentDescription="@string/add_damage_type"
android:contentDescription="@string/action_add_damage_type"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:srcCompat="@android:drawable/ic_input_add"

View File

@@ -25,7 +25,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
android:contentDescription="@string/add_damage_type"
android:contentDescription="@string/action_add_damage_type"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:srcCompat="@android:drawable/ic_input_add"

View File

@@ -25,7 +25,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
android:contentDescription="@string/add_damage_type"
android:contentDescription="@string/action_add_damage_type"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:srcCompat="@android:drawable/ic_input_add"

View File

@@ -1,5 +1,6 @@
<resources>
<string name="action_add_condition_immunity">Add Condition</string>
<string name="action_add_damage_type">Add Damage Type</string>
<string name="action_add_language">Add Language</string>
<string name="action_add_monster">Add monster</string>
<string name="action_add_sense">Add Sense</string>
@@ -86,5 +87,4 @@
<string name="title_library">Library</string>
<string name="title_search">Search</string>
<string name="wisdom_abbreviation">WIS</string>
<string name="add_damage_type">Add Damage Type</string>
</resources>