mirror of
https://github.com/YTVanced/Integrations
synced 2024-11-27 13:43:01 +00:00
Removed skipped_segment string and replaced its usage with skipped_sponsor
This commit is contained in:
parent
e0577bca40
commit
fff2774fe0
2 changed files with 1 additions and 2 deletions
|
@ -170,7 +170,7 @@ public class SponsorBlockPreferenceFragment extends PreferenceFragment implement
|
|||
preference.setOnPreferenceClickListener(new Preference.OnPreferenceClickListener() {
|
||||
@Override
|
||||
public boolean onPreferenceClick(Preference preference) {
|
||||
Toast.makeText(preference.getContext(), str("skipped_segment"), Toast.LENGTH_SHORT).show();
|
||||
Toast.makeText(preference.getContext(), str("skipped_sponsor"), Toast.LENGTH_SHORT).show();
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
|
|
@ -165,7 +165,6 @@
|
|||
<string name="segments_selfpromo_sum">Similar to "sponsor" except for unpaid or self promotion. This includes sections about merchandise, donations, or information about who they collaborated with</string>
|
||||
<string name="segments_nomusic">Music: Non-Music Section</string>
|
||||
<string name="segments_nomusic_sum">Only for use in music videos. This includes introductions or outros in music videos</string>
|
||||
<string name="skipped_segment">Skipped a sponsor segment</string>
|
||||
<string name="skipped_sponsor">Skipped sponsor</string>
|
||||
<string name="skipped_intermission">Skipped intro</string>
|
||||
<string name="skipped_endcard">Skipped outro</string>
|
||||
|
|
Loading…
Reference in a new issue