use the new string for zooming/moving canvas

This commit is contained in:
tibbi 2021-02-18 12:27:59 +01:00
parent 069abad7db
commit 7c9d8564e0
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
android:background="@null"
android:clickable="false"
android:paddingStart="@dimen/medium_margin"
android:text="@string/allow_zooming_canvas"
android:text="@string/allow_zooming_moving_canvas"
app:switchPadding="@dimen/medium_margin" />
</RelativeLayout>