Settings: Update strings for override dark mode

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Pranav Vashi
2025-08-20 01:23:17 +05:30
committed by Joey
parent f3b6cea771
commit faa325e100
2 changed files with 6 additions and 2 deletions

View File

@@ -365,4 +365,8 @@
<string name="reset_auto_brightness_adjustment_title">Reset preference</string>
<string name="reset_auto_brightness_adjustment_summary">Let the system forget your brightness preference and reset it to the default one</string>
<string name="reset_auto_brightness_adjustment_done">Auto brightness preference has been reset</string>
<!-- Force dark mode -->
<string name="force_dark_title">Dark mode for third-party apps</string>
<string name="force_dark_summary">Forces darker colors in apps lacking dark mode. Some screens may appear off.</string>
</resources>

View File

@@ -94,6 +94,6 @@
<SwitchPreferenceCompat
android:key="hwui_force_dark"
android:title="@string/hwui_force_dark_title"
android:summary="@string/hwui_force_dark_summary" />
android:title="@string/force_dark_title"
android:summary="@string/force_dark_summary" />
</PreferenceScreen>