Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
chore(YouTube - SponsorBlock): Change string key to prevent string co…
Browse files Browse the repository at this point in the history
…llisions on Crowdin side
  • Loading branch information
inotia00 authored and anddea committed Jul 29, 2024
1 parent 0732b8c commit 47284e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public static void onMarkLocationClicked() {

new AlertDialog.Builder(SponsorBlockViewController.getOverLaysViewGroupContext())
.setTitle(str("revanced_sb_new_segment_title"))
.setMessage(str("revanced_sb_new_segment_mark_time_as_question",
.setMessage(str("revanced_sb_new_segment_mark_current_time_as_question",
formatSegmentTime(newSponsorSegmentDialogShownMillis)))
.setNeutralButton(android.R.string.cancel, null)
.setNegativeButton(str("revanced_sb_new_segment_mark_start"), newSponsorSegmentDialogListener)
Expand Down

0 comments on commit 47284e5

Please sign in to comment.