diff --git a/app/src/main/java/org/schabi/newpipe/settings/AppearanceSettingsFragment.java b/app/src/main/java/org/schabi/newpipe/settings/AppearanceSettingsFragment.java index 72ce0f201..ef0e8670c 100644 --- a/app/src/main/java/org/schabi/newpipe/settings/AppearanceSettingsFragment.java +++ b/app/src/main/java/org/schabi/newpipe/settings/AppearanceSettingsFragment.java @@ -48,7 +48,8 @@ public class AppearanceSettingsFragment extends BasePreferenceFragment { final Preference preference = findPreference(nightThemeKey); if (preference != null) { preference.setEnabled(false); - preference.setSummary(getString(R.string.night_theme_available)); + preference.setSummary(getString(R.string.night_theme_available, + getString(R.string.auto_device_theme_title))); } } } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 68f5f67a4..d4172ff36 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -714,7 +714,7 @@ Automatic (device theme) Select your favorite night theme — %s You can select your favorite night theme below - This option is only available if Automatic (Device Theme) is selected for Theme + This option is only available if %s is selected for Theme Download has started You can now select text inside the description. Note that the page may flicker and links may not be clickable while in selection mode. Enable selecting text in the description