fix(YouTube/Settings): Swap Create and Notifications button description cuts off https://github.com/inotia00/ReVanced_Extended/issues/2373

This commit is contained in:
inotia00 2024-09-15 18:55:47 +09:00
parent 67d365e509
commit 357ad60489
2 changed files with 9 additions and 5 deletions

View File

@ -460,11 +460,15 @@ Some components may not be hidden."</string>
<string name="revanced_hide_navigation_label_summary_on">Navigation labels are hidden.</string>
<string name="revanced_hide_navigation_label_summary_off">Navigation labels are shown.</string>
<string name="revanced_switch_create_with_notifications_button_title">Swap Create and Notifications buttons</string>
<string name="revanced_switch_create_with_notifications_button_summary">"Swaps the positions of the Create button with the Notifications button by spoofing device information.
<string name="revanced_switch_create_with_notifications_button_summary_on">"Create button is switched with Notifications button.
• The device may need to be rebooted for a change of this setting to take effect.
• Disabling this setting loads more ads from the server side.
• You should disable this setting to make video ads visible."</string>
Note: Enabling this also forcibly hides video ads."</string>
<string name="revanced_switch_create_with_notifications_button_summary_off">Create button is not switched with Notifications button.</string>
<string name="revanced_switch_create_with_notifications_button_user_dialog_message">"Disabling this might load more ads from the server.
Also, ads will no longer be blocked in Shorts.
If this setting do not take effect, try switching to Incognito mode."</string>
<string name="revanced_enable_translucent_navigation_bar_title">Enable translucent navigation bar</string>
<string name="revanced_enable_translucent_navigation_bar_summary_on">Navigation bar is translucent.</string>

View File

@ -160,7 +160,7 @@
<SwitchPreference android:title="@string/revanced_hide_navigation_shorts_button_title" android:key="revanced_hide_navigation_shorts_button" android:summaryOn="@string/revanced_hide_navigation_shorts_button_summary_on" android:summaryOff="@string/revanced_hide_navigation_shorts_button_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_navigation_subscriptions_button_title" android:key="revanced_hide_navigation_subscriptions_button" android:summaryOn="@string/revanced_hide_navigation_subscriptions_button_summary_on" android:summaryOff="@string/revanced_hide_navigation_subscriptions_button_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_navigation_label_title" android:key="revanced_hide_navigation_label" android:summaryOn="@string/revanced_hide_navigation_label_summary_on" android:summaryOff="@string/revanced_hide_navigation_label_summary_off" />
<SwitchPreference android:title="@string/revanced_switch_create_with_notifications_button_title" android:key="revanced_switch_create_with_notifications_button" android:summary="@string/revanced_switch_create_with_notifications_button_summary" />SETTINGS: HIDE_NAVIGATION_COMPONENTS -->
<SwitchPreference android:title="@string/revanced_switch_create_with_notifications_button_title" android:key="revanced_switch_create_with_notifications_button" android:summaryOn="@string/revanced_switch_create_with_notifications_button_summary_on" android:summaryOff="@string/revanced_switch_create_with_notifications_button_summary_off" />SETTINGS: HIDE_NAVIGATION_COMPONENTS -->
<!-- SETTINGS: TRANSLUCENT_NAVIGATION_BAR
<PreferenceCategory android:title="@string/revanced_preference_category_experimental_flag" android:layout="@layout/revanced_settings_preferences_category"/>