From 43c63493590f3e61cd558259bed2d65a4ea10673 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 28 Jul 2025 22:37:28 +0200 Subject: [PATCH] Add translation context --- src/rooms/UserInfo.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rooms/UserInfo.qml b/src/rooms/UserInfo.qml index ce1c8c6b5..e65824b27 100644 --- a/src/rooms/UserInfo.qml +++ b/src/rooms/UserInfo.qml @@ -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();