Skip to content

Commit

Permalink
fix(YouTube/Settings): Swap Create and Notifications button descrip…
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Sep 15, 2024
1 parent 67d365e commit 357ad60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions src/main/resources/youtube/settings/host/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/youtube/settings/xml/revanced_prefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 357ad60

Please sign in to comment.