fix(YouTube/Hide navigation buttons): change description of Switch create button with notifications button setting

This commit is contained in:
inotia00 2023-10-20 10:03:45 +09:00
parent 23e5f7339e
commit c75a9f8417
2 changed files with 3 additions and 4 deletions

View File

@ -686,8 +686,7 @@ Known issues
<string name="revanced_swipe_overlay_text_size_title">Swipe overlay text size</string> <string name="revanced_swipe_overlay_text_size_title">Swipe overlay text size</string>
<string name="revanced_swipe_overlay_timeout_summary">The amount of milliseconds the overlay is visible</string> <string name="revanced_swipe_overlay_timeout_summary">The amount of milliseconds the overlay is visible</string>
<string name="revanced_swipe_overlay_timeout_title">Swipe overlay timeout</string> <string name="revanced_swipe_overlay_timeout_title">Swipe overlay timeout</string>
<string name="revanced_switching_create_notification_summary_off">Create button is not switched with notifications</string> <string name="revanced_switching_create_notification_summary">Note: If this setting does not apply properly, reboot the device</string>
<string name="revanced_switching_create_notification_summary_on">Create button is switched with notifications</string>
<string name="revanced_switching_create_notification_title">Switch create with notifications button</string> <string name="revanced_switching_create_notification_title">Switch create with notifications button</string>
<string name="revanced_tool_used">Tool used</string> <string name="revanced_tool_used">Tool used</string>
<string name="revanced_video">Video</string> <string name="revanced_video">Video</string>

View File

@ -465,8 +465,8 @@
<!-- SETTINGS: HIDE_NAVIGATION_BUTTONS <!-- SETTINGS: HIDE_NAVIGATION_BUTTONS
<SwitchPreference android:title="@string/revanced_hide_shorts_button_title" android:key="revanced_hide_shorts_button" android:defaultValue="false" android:summaryOn="@string/revanced_hide_shorts_button_summary_on" android:summaryOff="@string/revanced_hide_shorts_button_summary_off" /> <SwitchPreference android:title="@string/revanced_hide_shorts_button_title" android:key="revanced_hide_shorts_button" android:defaultValue="false" android:summaryOn="@string/revanced_hide_shorts_button_summary_on" android:summaryOff="@string/revanced_hide_shorts_button_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_subscriptions_button_title" android:key="revanced_hide_subscriptions_button" android:defaultValue="false" android:summaryOn="@string/revanced_hide_subscriptions_button_summary_on" android:summaryOff="@string/revanced_hide_subscriptions_button_summary_off" /> <SwitchPreference android:title="@string/revanced_hide_subscriptions_button_title" android:key="revanced_hide_subscriptions_button" android:defaultValue="false" android:summaryOn="@string/revanced_hide_subscriptions_button_summary_on" android:summaryOff="@string/revanced_hide_subscriptions_button_summary_off" />
<SwitchPreference android:title="@string/revanced_open_library_startup_title" android:key="revanced_open_library_startup" android:defaultValue="false" android:summaryOn="@string/revanced_open_library_startup_summary_on" android:summaryOff="@string/revanced_open_library_startup_summary_off" /> <SwitchPreference android:title="@string/revanced_open_library_you_startup_title" android:key="revanced_open_library_you_startup" android:defaultValue="false" android:summaryOn="@string/revanced_open_library_you_startup_summary_on" android:summaryOff="@string/revanced_open_library_you_startup_summary_off" />
<SwitchPreference android:title="@string/revanced_switching_create_notification_title" android:key="revanced_switching_create_notification" android:defaultValue="true" android:summaryOn="@string/revanced_switching_create_notification_summary_on" android:summaryOff="@string/revanced_switching_create_notification_summary_off" />SETTINGS: HIDE_NAVIGATION_BUTTONS --> <SwitchPreference android:title="@string/revanced_switching_create_notification_title" android:key="revanced_switching_create_notification" android:defaultValue="true" android:summary="@string/revanced_switching_create_notification_summary" />SETTINGS: HIDE_NAVIGATION_BUTTONS -->
<!-- PREFERENCE: NAVIGATION_SETTINGS <!-- PREFERENCE: NAVIGATION_SETTINGS
</PreferenceScreen>PREFERENCE: NAVIGATION_SETTINGS --> </PreferenceScreen>PREFERENCE: NAVIGATION_SETTINGS -->