apol accepted this revision.
apol added a comment.
This revision is now accepted and ready to land.


  Otherwise it should go in.

INLINE COMMENTS

> UpdatesPage.qml:110
>                  Layout.fillWidth: true
> +                text: (page.unselected === 0 ? i18n("All updates selected") 
> : i18np("%1/%2 update selected", "%1/%2 updates selected", 
> updateModel.toUpdateCount, updateModel.totalUpdatesCount)) + " (" + 
> updateModel.updateSize + ")"
> +                elide: Text.ElideRight

instead of appending the `(123)` bit in the end, can you include it in the 
i18np call?

REPOSITORY
  R134 Discover Software Store

BRANCH
  improve-selected-updated-view (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D19192

To: ngraham, #vdg, #discover_software_store, apol
Cc: apol, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, mart

Reply via email to