fine no custom strings either

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-10-20 07:22:50 +00:00
parent 40f768ec9d
commit 8641c9b321
No known key found for this signature in database
GPG key ID: 00287378CADCAB13
2 changed files with 2 additions and 2 deletions

View file

@ -185,7 +185,7 @@ class SetupFragment : Fragment() {
R.string.games_description,
R.drawable.ic_add,
true,
R.string.add_games_folder,
R.string.add_games,
{
gamesDirCallback = it
getGamesDirectory.launch(Intent(Intent.ACTION_OPEN_DOCUMENT_TREE).data)

View file

@ -43,7 +43,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:contentDescription="@string/add_games_folder"
android:contentDescription="@string/add_games"
app:srcCompat="@drawable/ic_add"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />