Implemented suggestions

This commit is contained in:
Jared Fantaye 2022-12-05 21:21:46 +01:00
parent a2f2d562f6
commit 5fc85fa2e0
2 changed files with 3 additions and 2 deletions

View File

@ -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)));
}
}
}

View File

@ -714,7 +714,7 @@
<string name="auto_device_theme_title">Automatic (device theme)</string>
<string name="night_theme_summary">Select your favorite night theme — %s</string>
<string name="select_night_theme_toast">You can select your favorite night theme below</string>
<string name="night_theme_available">This option is only available if Automatic (Device Theme) is selected for Theme</string>
<string name="night_theme_available">This option is only available if %s is selected for Theme</string>
<string name="download_has_started">Download has started</string>
<string name="description_select_note">You can now select text inside the description. Note that the page may flicker and links may not be clickable while in selection mode.</string>
<string name="description_select_enable">Enable selecting text in the description</string>