https://bugs.kde.org/show_bug.cgi?id=415541
--- Comment #8 from Albert Astals Cid <aa...@kde.org> --- > The easy solution would be to have 3 different string properties: for dialog > title, for button text and for dialog subtitle. But there is already 2 string properties, isn't there? ./src/qtquick/qml/Button.qml:59: text: i18n("Download New %1", downloadNewWhat) ./src/qtquick/qml/Dialog.qml:55: title: component.downloadNewWhat.length > 0 ? i18nc("The dialog title when we know which type of stuff is being requested", "Download New %1", component.downloadNewWhat) : i18nc("A placeholder title used in the dialog when there is no better title available", "Download New Stuff") Those are two differnt strings, so i don't see any problem there. Can you explain why the title and the subtitle being the same text is a problem? -- You are receiving this mail because: You are watching all bug changes.