Add ellipses to the Report message action
This has a dialog to enter a message associated with the report, so as suggested by the HIG it should have ellipses.
This commit is contained in:
@@ -123,7 +123,7 @@ KirigamiComponents.ConvergentContextMenu {
|
||||
|
||||
|
||||
component ReportMessageAction: Kirigami.Action {
|
||||
text: i18nc("@action:button 'Report' as in 'Report this event to the administrators'", "Report")
|
||||
text: i18nc("@action:button 'Report' as in 'Report this event to the administrators'", "Report…")
|
||||
icon.name: "dialog-warning-symbolic"
|
||||
visible: !author.isLocalMember
|
||||
onTriggered: {
|
||||
|
||||
Reference in New Issue
Block a user