fix localization warnings

This commit is contained in:
geeksville 2020-07-15 19:53:45 -07:00
parent 62be0ed4eb
commit 02cda26f12
3 changed files with 4 additions and 2 deletions

View file

@ -12,7 +12,7 @@
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:layout_marginBottom="8dp"
android:contentDescription="Text messages"
android:contentDescription="@string/text_messages"
app:layout_constraintBottom_toTopOf="@+id/textInputLayout"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"

View file

@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:contentDescription="A list of nodes in the mesh">
android:contentDescription="@string/a_list_of_nodes_in_the_mesh">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/nodeListView"

View file

@ -71,4 +71,6 @@
<string name="meshtastic_service_notifications">Meshtastic Service Notifications</string>
<string name="location_disabled_warning">You must turn on location services in Android Settings</string>
<string name="about">About</string>
<string name="a_list_of_nodes_in_the_mesh">A list of nodes in the mesh</string>
<string name="text_messages">Text messages</string>
</resources>