mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Rename 'Scan' button to add translation
This commit is contained in:
parent
879bd574c1
commit
f3d43674a7
2 changed files with 2 additions and 1 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue