Add translation context
This commit is contained in:
@@ -91,7 +91,7 @@ RowLayout {
|
|||||||
QQC2.ToolButton {
|
QQC2.ToolButton {
|
||||||
display: QQC2.Button.IconOnly
|
display: QQC2.Button.IconOnly
|
||||||
action: Kirigami.Action {
|
action: Kirigami.Action {
|
||||||
text: i18n("Open Settings")
|
text: i18nc("@action:button", "Open Settings")
|
||||||
icon.name: "settings-configure-symbolic"
|
icon.name: "settings-configure-symbolic"
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
NeoChatSettingsView.open();
|
NeoChatSettingsView.open();
|
||||||
|
|||||||
Reference in New Issue
Block a user