Use correct terminology when leaving space
BUG: 514888 FIXED-IN: 26.04
This commit is contained in:
@@ -13,7 +13,7 @@ Kirigami.PromptDialog {
|
|||||||
|
|
||||||
required property NeoChatRoom room
|
required property NeoChatRoom room
|
||||||
|
|
||||||
title: i18nc("@title:dialog", "Confirm Leaving Room")
|
title: root.room.isSpace ? i18nc("@title:dialog", "Confirm Leaving Space") : i18nc("@title:dialog", "Confirm Leaving Room")
|
||||||
subtitle: root.room ? i18nc("Do you really want to leave <room name>?", "Do you really want to leave %1?", root.room.displayNameForHtml) : ""
|
subtitle: root.room ? i18nc("Do you really want to leave <room name>?", "Do you really want to leave %1?", root.room.displayNameForHtml) : ""
|
||||||
dialogType: Kirigami.PromptDialog.Warning
|
dialogType: Kirigami.PromptDialog.Warning
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user