From f3d43674a771f2bfda24750b2dc0f123ed700350 Mon Sep 17 00:00:00 2001 From: wkawecki Date: Mon, 28 Mar 2022 09:06:53 +0200 Subject: [PATCH] Rename 'Scan' button to add translation --- app/src/main/res/layout/channel_fragment.xml | 2 +- app/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/channel_fragment.xml b/app/src/main/res/layout/channel_fragment.xml index 77b252e7d..e66cf44ba 100644 --- a/app/src/main/res/layout/channel_fragment.xml +++ b/app/src/main/res/layout/channel_fragment.xml @@ -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" /> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d23dca3ec..99b4a2adc 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -99,6 +99,7 @@ Export rangetest.csv Set channel options Reset + Scan Are you sure you want to change to the default channel? Reset to defaults Apply