mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-12 13:45:43 +02:00
fix(YouTube - SponsorBlock): Correctly show minute timestamp when creating a new segment
This commit is contained in:
parent
549731fc6f
commit
d74c366dbf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue