This patche makes it a bit more obvious what's actually going to happen if you click an update to see its details; you get a clear indication of the current version and the new version in the order that your brain expects them to be in.
Details
Details
- Reviewers
apol - Group Reviewers
Discover Software Store - Commits
- R134:1e31a6e8d524: Improve the clarity and presentation of the update details text field
Tested in KDE Neon. Before:
After:
Needs testing on other platforms that may format things differently.
Diff Detail
Diff Detail
- Repository
- R134 Discover Software Store
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
libdiscover/backends/PackageKitBackend/PackageKitResource.cpp | ||
---|---|---|
222 | You don't need the i18nc at all anymore as you just forward the string verbatim |
Comment Actions
Use an even simpler total lack of i18n, since we don't actually change the string at ally
Comment Actions
Before landing this, I'd still prefer a quick test from anyone not using an Ubuntu-based distro to make sure that the strings still make sense. Thanks!