mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-28 17:05:49 +01:00
fix(YouTube - SponsorBlock): Correctly show minute timestamp when creating a new segment
This commit is contained in:
parent
549731fc6f
commit
d74c366dbf
@ -872,7 +872,7 @@ This is because Crowdin requires temporarily flattening this file and removing t
|
||||
<string name="revanced_sb_new_segment_title">New SponsorBlock segment</string>
|
||||
<!-- Do not rearrange the (hour):(minute):second) time format operators here.
|
||||
YT shows the same seekbar time format for all languages, and this string is confirming the segment time as it appears in the seekbar. -->
|
||||
<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>
|
||||
<string name="revanced_sb_new_segment_mark_time_as_question">Set %s as the start or end of a new segment?</string>
|
||||
<string name="revanced_sb_new_segment_mark_start">start</string>
|
||||
<string name="revanced_sb_new_segment_mark_end">end</string>
|
||||
<string name="revanced_sb_new_segment_now">now</string>
|
||||
|
Loading…
Reference in New Issue
Block a user