chore: Fix string typos, fix missing long/wide returnEarly/returnLate

This commit is contained in:
LisoUseInAIKyrios
2025-06-18 11:06:48 +02:00
parent 5d3769e921
commit a54d408d3e
2 changed files with 4 additions and 4 deletions

View File

@@ -1011,8 +1011,8 @@ private fun MutableMethod.overrideReturnValue(value: String, returnLate: Boolean
}
if (returnLate) {
findInstructionIndicesReversed {
opcode == RETURN || opcode == RETURN_OBJECT
findInstructionIndicesReversedOrThrow {
opcode == RETURN || opcode == RETURN_WIDE || opcode == RETURN_OBJECT
}.forEach { index ->
addInstructionsAtControlFlowLabel(index, instructions)
}

View File

@@ -38,7 +38,7 @@ Second \"item\" text"</string>
<string name="revanced_settings_reset_color">Reset color</string>
<string name="revanced_settings_color_invalid">Invalid color</string>
<string name="revanced_settings_restart_title">Restart required</string>
<string name="revanced_settings_restart_dialog_message">Restart the app for this change to take affect.</string>
<string name="revanced_settings_restart_dialog_message">Restart the app for this change to take effect.</string>
<string name="revanced_settings_restart">Restart</string>
<string name="revanced_settings_import">Import</string>
<string name="revanced_settings_import_copy">Copy</string>
@@ -1074,7 +1074,7 @@ Your user id is like a password and it should never be shared.
<string name="revanced_sb_segments_highlight_sum">The part of the video that most people are looking for</string>
<string name="revanced_sb_segments_intro">Intermission / Intro Animation</string>
<string name="revanced_sb_segments_intro_sum">An interval without actual content. Could be a pause, static frame, or repeating animation. Does not include transitions containing information</string>
<string name="revanced_sb_segments_outro">Endcards/Credits</string>
<string name="revanced_sb_segments_outro">Endcards / Credits</string>
<string name="revanced_sb_segments_outro_sum">Credits or when the YouTube endcards appear. Not for conclusions with information</string>
<string name="revanced_sb_segments_preview">Preview / Recap / Hook</string>
<string name="revanced_sb_segments_preview_sum">Collection of clips that show what is coming up or what happened in the video or in other videos of a series, where all information is repeated elsewhere</string>