Skip to content

Commit 8886fc4

Browse files
author
LisoUseInAIKyrios
committed
fix(YouTube - SponsorBlock): Correctly show minute timestamp when creating a new segment
1 parent fb4256f commit 8886fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/addresources/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ This is because Crowdin requires temporarily flattening this file and removing t
872872
<string name="revanced_sb_new_segment_title">New SponsorBlock segment</string>
873873
<!-- Do not rearrange the (hour):(minute):second) time format operators here.
874874
YT shows the same seekbar time format for all languages, and this string is confirming the segment time as it appears in the seekbar. -->
875-
<string name="revanced_sb_new_segment_mark_time_as_question">Set %1$02d:%2$02d:%3$03d as the start or end of a new segment?</string>
875+
<string name="revanced_sb_new_segment_mark_time_as_question">Set %s as the start or end of a new segment?</string>
876876
<string name="revanced_sb_new_segment_mark_start">start</string>
877877
<string name="revanced_sb_new_segment_mark_end">end</string>
878878
<string name="revanced_sb_new_segment_now">now</string>

0 commit comments

Comments
 (0)