diff --git a/app_pojavlauncher/src/main/res/layout/fragment_profile_editor.xml b/app_pojavlauncher/src/main/res/layout/fragment_profile_editor.xml
index 8a0cee09c..5c8470f8a 100644
--- a/app_pojavlauncher/src/main/res/layout/fragment_profile_editor.xml
+++ b/app_pojavlauncher/src/main/res/layout/fragment_profile_editor.xml
@@ -66,7 +66,8 @@
android:layout_width="@dimen/_72sdp"
android:layout_height="0dp"
- android:text="Select"
+ android:text="@string/global_select"
+
app:layout_constraintBottom_toBottomOf="@+id/vprof_editor_version_spinner"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/vprof_editor_version_spinner" />
@@ -101,7 +102,8 @@
android:layout_width="@dimen/_72sdp"
android:layout_height="0dp"
- android:text="SELECT"
+ android:text="@string/global_select"
+
app:layout_constraintBottom_toBottomOf="@id/vprof_editor_ctrl_spinner"
app:layout_constraintEnd_toEndOf="parent"
@@ -161,7 +163,7 @@
android:id="@+id/vprof_editor_path_button"
android:layout_width="@dimen/_72sdp"
android:layout_height="0dp"
- android:text="SELECT"
+ android:text="@string/global_select"
app:layout_constraintBottom_toBottomOf="@id/vprof_editor_path"
app:layout_constraintEnd_toEndOf="parent"
diff --git a/app_pojavlauncher/src/main/res/values/strings.xml b/app_pojavlauncher/src/main/res/values/strings.xml
index 1e679232c..a0189c630 100644
--- a/app_pojavlauncher/src/main/res/values/strings.xml
+++ b/app_pojavlauncher/src/main/res/values/strings.xml
@@ -125,6 +125,7 @@
Unpacking %s
This field can\'t be empty
Wait
+ Select
Application/Game exited with code %d, check latestlog.txt for more details.