Skip to content

Fix: Corrected Found/Total count order and fixed text wrapping issue#560

Open
sammykramer wants to merge 1 commit intoalienator88:mainfrom
sammykramer:main
Open

Fix: Corrected Found/Total count order and fixed text wrapping issue#560
sammykramer wants to merge 1 commit intoalienator88:mainfrom
sammykramer:main

Conversation

@sammykramer
Copy link
Copy Markdown

@sammykramer sammykramer commented Mar 25, 2026

Fixes #554

Copilot AI review requested due to automatic review settings March 25, 2026 20:12
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts UI copy/layout for the “Orphaned Files” toolbar subtitle and updates the files list stats header to display counts in a “found/total” style.

Changes:

  • Allow the “Remaining files and folders…” subtitle to wrap instead of truncating in the ZombieView toolbar.
  • Update the FileListView stats header string to include “found” and swap the count order.
  • Add a new localized format key for the updated stats header text.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
Pearcleaner/Views/ZombieView/ZombieView.swift Updates toolbar subtitle modifiers to prevent truncation and allow wrapping.
Pearcleaner/Views/FilesView/FileListView.swift Changes the stats header text and count ordering.
Pearcleaner/Resources/Localizable.xcstrings Adds a new localized format key for the updated stats header text.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +3109 to +3117
"%lld/%lld file%@ found" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "%1$lld/%2$lld file%3$@ found"
}
}
}
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A new localized key (%lld/%lld file%@ found) was added with only an en localization. The previous format string had translations for many locales, so this change will regress localization for non-English users unless equivalent translations are added (or the existing translated key is reused/updated).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Small UI bugs

2 participants