Skip to content

Commit 5e75357

Browse files
committed
chore: Update strings
Closes #591
1 parent 3c9ddc8 commit 5e75357

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

app/src/main/java/app/morphe/manager/ui/screen/settings/system/AboutDialog.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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),

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)