Skip to content

Commit 755638b

Browse files
chore: Adjust patching messages
1 parent 5b14c90 commit 755638b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

app/src/main/java/app/revanced/manager/ui/viewmodel/HomeAndPatcherMessages.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ object HomeAndPatcherMessages {
115115
R.string.morphe_patcher_message_17,
116116
R.string.morphe_patcher_message_18,
117117
R.string.morphe_patcher_message_19,
118+
R.string.morphe_patcher_message_20,
118119
)
119120
)
120121
}

app/src/main/res/values/strings.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,23 @@
103103
<string name="morphe_patcher_message_6">Look outside, it\'s nice out there… 🌤️</string>
104104
<string name="morphe_patcher_message_7">Adjusting 1\'s and 0\'s… 🤖</string>
105105
<string name="morphe_patcher_message_8">Untangling digital spaghetti… 🍝</string>
106+
<!-- Morphe patches fix YouTube bugs that Google still has not fixed. -->
106107
<string name="morphe_patcher_message_9">Fixing bugs in the unpatched app… 🐞</string>
107108
<string name="morphe_patcher_message_10">Great patches are worth the wait… ⏳</string>
108109
<string name="morphe_patcher_message_11">Polishing pixels until they shine… 💎</string>
109110
<string name="morphe_patcher_message_12">Please remain seated until the captain turns off the \“Patching in progress\” sign… 💺✈️</string>
110111
<string name="morphe_patcher_message_13">Cooking up your patched app, hot and fresh… 🍳</string>
111-
<string name="morphe_patcher_message_14">Stepping through the patching door, and floating in a most peculiar way… 🚪👨‍🚀</string>
112+
<!-- "bytecode" can be translated from "the app code" -->
113+
<string name="morphe_patcher_message_14">Negotiating politely with bytecode… 🤝</string>
114+
<!-- Space flight communications callout. -->
112115
<string name="morphe_patcher_message_15">All systems nominal… patching trajectory is stable… 🚀</string>
113116
<string name="morphe_patcher_message_16">Squeezing out extra power, like juice from a digital lemon… 🍋</string>
114117
<string name="morphe_patcher_message_17">Encouraging the app to accept its new, better self… 🌱</string>
118+
<!-- Quantum physics (box emoji is a reference to Schrodinger's cat). -->
115119
<string name="morphe_patcher_message_18">Changing the app superposition from unpatched to patched… 📦⚛️</string>
120+
<!-- Throw away reference to a Saturday Night Live sketch. "fever" means sickness or the flu. -->
116121
<string name="morphe_patcher_message_19">Your app has a fever, and the only prescription is more patches… 🩺🔔</string>
122+
<string name="morphe_patcher_message_20">Removing nonsense. Please stand by… 🗑️</string>
117123

118124
<!-- Morphe Settings Screen -->
119125
<string name="morphe_settings_return_to_morphe">Return to Morphe home</string>

0 commit comments

Comments
 (0)