Fixes name of "Add Damage Type" string.
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
| @@ -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> | ||||
		Reference in New Issue
	
	Block a user
	 Tom Hicks
					Tom Hicks