File tree Expand file tree Collapse file tree
java/app/morphe/manager/ui/screen/settings/system Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ fun AboutDialog(onDismiss: () -> Unit) {
145145 // Social Links
146146 Row (
147147 modifier = Modifier .fillMaxWidth(),
148- horizontalArrangement = Arrangement .SpaceBetween )
149- {
148+ horizontalArrangement = Arrangement .SpaceBetween
149+ ) {
150150 AboutViewModel .socials.forEach { link ->
151151 SocialIconButton (
152152 icon = AboutViewModel .getSocialIcon(link.name),
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ Outer zone (dashed): may be clipped by the launcher mask - keep important detail
290290 <string name =" patcher_patches_progress_format" translatable =" false" >%1$s / %2$s</string >
291291 <string name =" patcher_percentage" translatable =" false" >%s%%</string >
292292 <string name =" patcher_tab_logs" >Patcher Logs</string >
293- <string name =" patcher_tab_game" >Game </string >
293+ <string name =" patcher_tab_game" >Games </string >
294294 <string name =" patcher_long_step_warning" >This step may take a while. Please wait…</string >
295295 <string name =" patcher_installing_subtitle" >Almost ready to rock! 🎸</string >
296296 <string name =" patcher_success_title" >All Done! 🎉</string >
@@ -396,7 +396,6 @@ Uninstalling will permanently erase all app data"</string>
396396 <string name =" failed_to_unmount" >Failed to unmount: %s</string >
397397
398398 <!-- Patcher Screen - Mini-games -->
399- <string name =" mini_game_picker_title" >Pick a game</string >
400399 <string name =" mini_game_score" >Score %d</string >
401400 <string name =" mini_game_best" >Best %d</string >
402401 <string name =" mini_game_new_record" >New record!</string >
You can’t perform that action at this time.
0 commit comments