[fenix] No issue update strings ids

pull/600/head
Arturo Mejia 3 years ago
parent e62c814006
commit a529140c8d

@ -132,8 +132,8 @@ class TabsSettingsFragment : PreferenceFragmentCompat() {
val radioButtonsMap: Map<Int, Int> = mapOf(
R.id.rb_do_not_understand to R.string.inactive_tabs_survey_do_not_understand,
R.id.rb_do_it_myself to R.string.inactive_tabs_survey_do_it_myself,
R.id.rb_time_too_long to R.string.inactive_tabs_survey_time_too_long_option,
R.id.rb_time_too_short to R.string.inactive_tabs_survey_time_too_short_option,
R.id.rb_time_too_long to R.string.inactive_tabs_survey_time_too_long_option_1,
R.id.rb_time_too_short to R.string.inactive_tabs_survey_time_too_short_option_1,
)
// Sets the Radio buttons' text

@ -17,7 +17,7 @@
android:layout_marginStart="16dp"
android:layout_marginTop="18dp"
android:layout_marginEnd="16dp"
android:text="@string/inactive_tabs_survey_header"
android:text="@string/inactive_tabs_survey_header_1"
android:textAppearance="@style/Body12TextStyle"
android:textColor="#592ACB"
android:textSize="16sp"

@ -1966,7 +1966,10 @@
<!-- Inactive tabs survey -->
<!-- Header text for the inactive tabs survey asking for feedback to improve the inactive tabs feature. -->
<string name="inactive_tabs_survey_header">Help improve Firefox</string>
<string name="inactive_tabs_survey_header" moz:removedIn="95" tools:ignore="UnusedResources">Help improve Firefox</string>
<!-- Header text for the inactive tabs survey asking for feedback to improve the inactive tabs feature. -->
<string name="inactive_tabs_survey_header_1">Help improve Firefox</string>
<!-- Content text for the inactive tabs survey asking the primary survey feedback question. -->
<string name="inactive_tabs_survey_content">Why did you disable inactive tabs?</string>
<!-- One of the feedback option that can be selected as a responses to the inactive tabs survey question. -->
@ -1974,9 +1977,13 @@
<!-- One of the feedback option that can be selected as a responses to the inactive tabs survey question. -->
<string name="inactive_tabs_survey_do_it_myself">I like to clear out old tabs myself</string>
<!-- One of the feedback option that can be selected as a responses to the inactive tabs survey question. -->
<string name="inactive_tabs_survey_time_too_long_option">The two-week time period is too long</string>
<string name="inactive_tabs_survey_time_too_long_option" moz:removedIn="95" tools:ignore="UnusedResources">The two-week time period is too long</string>
<!-- One of the feedback option that can be selected as a responses to the inactive tabs survey question. -->
<string name="inactive_tabs_survey_time_too_long_option_1">The two-week time period is too long</string>
<!-- One of the feedback option that can be selected as a responses to the inactive tabs survey question. -->
<string name="inactive_tabs_survey_time_too_short_option" moz:removedIn="95" tools:ignore="UnusedResources">The two-week time period is too short</string>
<!-- One of the feedback option that can be selected as a responses to the inactive tabs survey question. -->
<string name="inactive_tabs_survey_time_too_short_option">The two-week time period is too short</string>
<string name="inactive_tabs_survey_time_too_short_option_1">The two-week time period is too short</string>
<!-- Confirmation button text to submit the feedback for the inactive tabs survey. -->
<string name="inactive_tabs_survey_send_button">Send</string>
<!-- Content description for inactive tabs survey close button -->

Loading…
Cancel
Save