https://bugs.kde.org/show_bug.cgi?id=522964
Thomas Bertels <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Thomas Bertels <[email protected]> --- Created attachment 195789 --> https://bugs.kde.org/attachment.cgi?id=195789&action=edit Screenshot of Discover updates list (English) The English version shows "Refresh of version [version]". This is shown when the new version is the same as the old one. See https://github.com/KDE/discover/blob/master/libdiscover/resources/AbstractResource.cpp#L267 if (installed == available) { // Update of the same version; show when old and new are // the same (common with Flatpak runtimes) return i18nc("@info 'Refresh' is used as a noun here, and %1 is an app's version number", "Refresh of version %1", available); I wouldn't be surprised if an update of a system package from version "1.9.3 revision 1" to "1.9.3 revision 2" was marked as a refresh of version 1.9.3, which it is. -- You are receiving this mail because: You are watching all bug changes.
