From cca25b112ea155945bc0b23ad5ab2bcbd0e0e8d0 Mon Sep 17 00:00:00 2001 From: Mike Scamell Date: Mon, 27 Jan 2025 16:01:04 +0000 Subject: [PATCH] use translated strings for show on app launch --- .../main/res/layout/activity_show_on_app_launch_setting.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/activity_show_on_app_launch_setting.xml b/app/src/main/res/layout/activity_show_on_app_launch_setting.xml index bc42e01d64c0..fa7edcc6a952 100644 --- a/app/src/main/res/layout/activity_show_on_app_launch_setting.xml +++ b/app/src/main/res/layout/activity_show_on_app_launch_setting.xml @@ -41,21 +41,21 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="@dimen/oneLineItemHeight" - app:primaryText="Last Opened Tab" /> + app:primaryText="@string/showOnAppLaunchOptionLastOpenedTab" /> + app:primaryText="@string/showOnAppLaunchOptionNewTabPage" /> + app:primaryText="@string/showOnAppLaunchOptionSpecificPage" />