Rename 'Scan' button to add translation

This commit is contained in:
wkawecki 2022-03-28 09:06:53 +02:00
parent 879bd574c1
commit f3d43674a7
2 changed files with 2 additions and 1 deletions

View file

@ -108,7 +108,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:text="Scan"
android:text="@string/scan"
app:layout_constraintBottom_toBottomOf="@id/bottomButtonsGuideline"
app:layout_constraintStart_toEndOf="@id/editableCheckbox" />

View file

@ -99,6 +99,7 @@
<string name="save_messages">Export rangetest.csv</string>
<string name="set_channel_options">Set channel options</string>
<string name="reset">Reset</string>
<string name="scan">Scan</string>
<string name="are_you_shure_change_default">Are you sure you want to change to the default channel?</string>
<string name="reset_to_defaults">Reset to defaults</string>
<string name="apply">Apply</string>