Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b63a3564 authored by Menghan Li's avatar Menghan Li Committed by Android (Google) Code Review
Browse files

Merge "Polish humanize strings for extra dim page"

parents 24341387 4af8439e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5623,10 +5623,11 @@
    <string name="reduce_bright_colors_preference_summary" product="default">Dim screen beyond your phone\u2019s minimum brightness</string>
    <!-- Summary for the accessibility preference to configure Reduce Brightness feature. [CHAR LIMIT=NONE] -->
    <string name="reduce_bright_colors_preference_summary" product="tablet">Dim screen beyond your tablet\u2019s minimum brightness</string>
    <!-- Intro that describes Reduce Brightness. [CHAR LIMIT=NONE] -->
    <string name="reduce_bright_colors_preference_intro_text">Make your screen dimmer so it\u2019s more comfortable to read</string>
    <!-- Subtitle that describes Reduce Brightness. [CHAR LIMIT=NONE] -->
    <string name="reduce_bright_colors_preference_subtitle" product="default">
        <![CDATA[Make your screen dimmer so it\u2019s more comfortable to read.<br/><br/>
        This can be helpful when:
        <![CDATA[Extra dim can be helpful when:
        <ol>
            <li>\u00a0Your phone\u2019s default minimum brightness is still too bright</li>
            <li>\u00a0You\u2019re using your phone in dark situations, like at night or in a dark room before bed</li>
@@ -5635,8 +5636,7 @@
    </string>
    <!-- Subtitle that describes Reduce Brightness. [CHAR LIMIT=NONE] -->
    <string name="reduce_bright_colors_preference_subtitle" product="tablet">
        <![CDATA[Make your screen darker so it\u2019s more comfortable to read.<br/><br/>
        This can be helpful when:
        <![CDATA[Extra dim can be helpful when:
        <ol>
            <li>\u00a0Your tablet\u2019s default minimum brightness is still too bright</li>
            <li>\u00a0You\u2019re using your tablet in dark situations, like at night or in a dark room before bed</li>
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ public class ToggleReduceBrightColorsPreferenceFragment extends ToggleFeaturePre
        mComponentName = REDUCE_BRIGHT_COLORS_COMPONENT_NAME;
        mPackageName = getText(R.string.reduce_bright_colors_preference_title);
        mHtmlDescription = getText(R.string.reduce_bright_colors_preference_subtitle);
        mTopIntroTitle = getText(R.string.reduce_bright_colors_preference_intro_text);
        mRbcIntensityPreferenceController =
                new ReduceBrightColorsIntensityPreferenceController(getContext(), KEY_INTENSITY);
        mRbcPersistencePreferenceController =