Code review comment for lp:~nik90/ubuntu-clock-app/add-timer-placeholder-text

Revision history for this message
David Planella (dpm) wrote :

10 + PropertyChanges { target: namePreset; text: "Timer #" + (listPreset.listCount + 1) }

Needs to be made translatable with i18n.tr() - is this something that we need for MWC?

review: Needs Fixing

« Back to merge proposal