Created attachment 125557 [details] screenshot SUMMARY See the attached screenshot. Current label looks weird without a space before a uppercase character. Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.18.80 KDE Frameworks Version: 5.67.0 Qt Version: 5.13.2
Yeah. What does the "AutoSkip" behavior even do? It's not at all obvious.
(In reply to Nate Graham from comment #1) > Yeah. What does the "AutoSkip" behavior even do? It's not at all obvious. I do not know either.
I *think* it skips every subsequent failure instead of asking again. Probably "Skip All" is what it should be labeled?
Ah yes, looks like it. https://phabricator.kde.org/D27067
Git commit 2c84f4b1c8fb688608fcf627c03bbc8c5cf66f11 by Nate Graham. Committed on 07/02/2020 at 13:26. Pushed by ngraham into branch 'master'. Change "AutoSkip" to "Skip All" Summary: "AutoSkip" is not a word and makes it unclear what the button actually does. FIXED-IN: 5.68 Reviewers: #frameworks, #vdg, dfaure, apol Reviewed By: apol Subscribers: broulik, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D27067 M +1 -1 src/widgets/skipdialog.cpp https://commits.kde.org/kio/2c84f4b1c8fb688608fcf627c03bbc8c5cf66f11
Thank you for changing this! You know, after many years, I've always pressed the "AutoSkip" button with trepidation, because I never really understood what it was going to do. "Skip All" eliminates the ambiguity. 😃
You're very welcome. :) That's the power of bug reporting! No need to suffer for years; just file a bug and someone might fix your issue within a week. :)
(In reply to Nate Graham from comment #7) > That's the power of bug reporting! No need to suffer for years; just file a > bug and someone might fix your issue within a week. :) Right, it was just one of those UI papercuts that I had only noticed subconsciously and never really thought about it unless the error dialogue popped up, at which point I usually was worried about my files not transferring correctly or whatever, so I never realized it needed to be fixed until you fixed it. :-P Cheers for your great work.
Aww, thanks so much for sharing the love!