SUMMARY In Dolphin, when a user selects 2 or more files, the status bar shows a message that says "2 Files Selected". When 1 files is selected, Dolphin shows a message that is the selected file's name only. The messages should be more consistent. When 1 file is selected, show a message that says "1 file selected". This will bring the messaging to consistency with the rest of the messages that appear when doing file selections. STEPS TO REPRODUCE 1. 2. 3. OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
I suspect that the label shows rudimentary information about the selected file as a sort of poor man's information panel. The Information panel is turned off by default, after all, and this label shows file type and size for the selected item in a very compact way. So I suspect that this is intentional. If we take your suggestion, we may be improving consistency but we will be reducing functionality. Furthermore, it's not clear that improving consistency is really an improvement here. Showing different information for single selection vs multi-selection is quite common all over the place, because different sets of information are available in these diverging cases. As such, I'm not sure it makes sense to do, sorry. :)