kopia lustrzana https://github.com/TeamNewPipe/NewPipe
Implemented suggestions
rodzic
a2f2d562f6
commit
5fc85fa2e0
|
@ -48,7 +48,8 @@ public class AppearanceSettingsFragment extends BasePreferenceFragment {
|
||||||
final Preference preference = findPreference(nightThemeKey);
|
final Preference preference = findPreference(nightThemeKey);
|
||||||
if (preference != null) {
|
if (preference != null) {
|
||||||
preference.setEnabled(false);
|
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)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -714,7 +714,7 @@
|
||||||
<string name="auto_device_theme_title">Automatic (device theme)</string>
|
<string name="auto_device_theme_title">Automatic (device theme)</string>
|
||||||
<string name="night_theme_summary">Select your favorite night theme — %s</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="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="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_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>
|
<string name="description_select_enable">Enable selecting text in the description</string>
|
||||||
|
|
Ładowanie…
Reference in New Issue