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