From e428bb94b7d3f27e94fdb9cf9ec9593daced50ff Mon Sep 17 00:00:00 2001 From: artdeell Date: Tue, 22 Mar 2022 22:59:07 +0300 Subject: [PATCH] TextView -> Renderer --- .../src/main/res/layout/version_profile_editor.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app_pojavlauncher/src/main/res/layout/version_profile_editor.xml b/app_pojavlauncher/src/main/res/layout/version_profile_editor.xml index 60cbfd9e0..4b2bb07f3 100644 --- a/app_pojavlauncher/src/main/res/layout/version_profile_editor.xml +++ b/app_pojavlauncher/src/main/res/layout/version_profile_editor.xml @@ -1,10 +1,10 @@ @@ -105,7 +105,7 @@ android:id="@+id/textView3" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="TextView" + android:text="@string/pedit_renderer" app:layout_constraintBottom_toTopOf="@+id/vprof_editor_profile_renderer" app:layout_constraintStart_toStartOf="@+id/vprof_editor_profile_renderer" />