Simplify dialog title

No need to repeat the name two times
This commit is contained in:
Carl Schwan
2021-05-05 23:04:47 +02:00
parent affcbca199
commit 2139112301

View File

@@ -29,7 +29,7 @@ Kirigami.OverlaySheet {
header: Kirigami.Heading {
id: heading
text: i18nc("Account detail dialog", "Account detail - %1", displayName)
text: i18n("@title:menu Account detail dialog", "Account detail")
elide: Text.ElideRight
QQC2.ToolTip.visible: truncated && hovered
QQC2.ToolTip.text: text