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

Commit 954bffe9 authored by Yi-Ling Chuang's avatar Yi-Ling Chuang
Browse files

Update category names in Display page

Update Visibility to Appearance and General to Other display controls.

Fixes: 183554415
Test: rebuild and launch Display settings.
Change-Id: I622e78b43230201faebc2c77e9cccb8a425f1e5b
parent cafc769a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -12869,10 +12869,12 @@
    <string name="category_name_brightness">Brightness</string>
    <!-- Lock screen category name in Display Settings [CHAR LIMIT=none] -->
    <string name="category_name_lock_display">Lock Display</string>
    <!-- Visibility category name in Display Settings [CHAR LIMIT=none] -->
    <string name="category_name_visibility">Visibility</string>
    <!-- Appearance category name in Display Settings [CHAR LIMIT=none] -->
    <string name="category_name_appearance">Appearance</string>
    <!-- Color category name in Display Settings [CHAR LIMIT=none] -->
    <string name="category_name_color">Color</string>
    <!-- Name of Other display controls category in Display Settings [CHAR LIMIT=none] -->
    <string name="category_name_display_controls">Other Display Controls</string>
    <!-- Others category name [CHAR LIMIT=none] -->
    <string name="category_name_others">Others</string>
    <!-- General category name [CHAR LIMIT=none] -->
+2 −2
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
    </PreferenceCategory>

    <PreferenceCategory
        android:title="@string/category_name_visibility">
        android:title="@string/category_name_appearance">

        <com.android.settings.display.darkmode.DarkModePreference
            android:key="dark_ui_mode"
@@ -102,7 +102,7 @@
    </PreferenceCategory>

    <PreferenceCategory
        android:title="@string/category_name_general">
        android:title="@string/category_name_display_controls">

        <SwitchPreference
            android:key="auto_rotate"