For #6980 - Pre-land string changes to onboarding cards.

fennec/nightly
Chenxia Liu 4 years ago committed by Emily Kager
parent cd853d0d8f
commit e5164e3670

@ -30,7 +30,7 @@ class OnboardingPrivateBrowsingViewHolder(view: View) : RecyclerView.ViewHolder(
view.description_text.lineHeight
)
val text = SpannableString(view.context.getString(R.string.onboarding_private_browsing_description)).apply {
val text = SpannableString(view.context.getString(R.string.onboarding_private_browsing_description1)).apply {
val spanStartIndex = indexOf(IMAGE_PLACEHOLDER)
setSpan(
inlineIcon,

@ -29,7 +29,7 @@
android:layout_height="wrap_content"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:text="@string/onboarding_theme_picker_description"
android:text="@string/onboarding_theme_picker_description1"
android:textAppearance="@style/Body14TextStyle"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/header_text" />

@ -797,18 +797,13 @@
<!-- text for the Firefox Preview feature section header
The first parameter is the name of the app (e.g. Firefox Preview) -->
<string name="onboarding_feature_section_header">Get to know %s</string>
<!-- text for the "What's New" onboarding card header
The first parameter is the short name of the app (e.g. Firefox) -->
<string name="onboarding_whats_new_header">See whats new in %s</string>
<!-- text for the "What's New" onboarding card header -->
<string name="onboarding_whats_new_header1">See whats new</string>
<!-- text for the "what's new" onboarding card description
The first parameter is the short name of the app (e.g. Firefox) -->
<string name="onboarding_whats_new_description">Have questions about the redesigned %s? Want to know whats changed?</string>
<!-- text for underlined clickable link that is part of "what's new" onboarding card description that links to an FAQ -->
<string name="onboarding_whats_new_description_linktext">Get answers here</string>
<!-- text for the theme picker onboarding card header -->
<string name="onboarding_theme_picker_header">Choose your theme</string>
<!-- text for the theme picker onboarding card description -->
<string name="onboarding_theme_picker_description">Try dark theme: easier on your battery and your eyes.</string>
<!-- text for the firefox account onboarding card header
The first parameter is the name of the app (e.g. Firefox Preview) -->
<string name="onboarding_firefox_account_header">Get the most out of %s.</string>
@ -851,8 +846,11 @@
<string name="onboarding_private_browsing_header">Browse privately</string>
<!-- text for the private browsing onboarding card description
The first parameter is an icon that represents private browsing -->
<string name="onboarding_private_browsing_description">When you see the %s icon, private browsing is just a tap away.
</string>
<string name="onboarding_private_browsing_description1">Open a private tab once: Tap the %s icon.</string>
<!-- text for the private browsing onboarding card description, explaining how to always using private browsing -->
<string name="onboarding_private_browsing_always_description">Open private tabs every time: Update your private browsing settings.</string>
<!-- text for the private browsing onbording card button, that launches settings -->
<string name="onboarding_private_browsing_button">Open settings</string>
<!-- text for the privacy notice onboarding card header -->
<string name="onboarding_privacy_notice_header">Your privacy</string>
<!-- text for the privacy notice onboarding card description
@ -867,6 +865,10 @@
<string name="onboarding_finish">Start browsing</string>
<!-- Onboarding theme -->
<!-- text for the theme picker onboarding card header -->
<string name="onboarding_theme_picker_header">Choose your theme</string>
<!-- text for the theme picker onboarding card description -->
<string name="onboarding_theme_picker_description1">Save some battery and your eyesight by enabling dark mode.</string>
<!-- Automatic theme setting (will follow device setting) -->
<string name="onboarding_theme_automatic_title">Automatic</string>
<!-- Summary of automatic theme setting (will follow device setting) -->

Loading…
Cancel
Save