Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
committed by
James Graham
parent
1eb622165b
commit
95376c2ccc
@@ -49,7 +49,7 @@ RowLayout {
|
||||
onClicked: pageStack.pushDialogLayer(Qt.createComponent('org.kde.neochat.settings', 'AccountEditorPage'), {
|
||||
connection: root.connection
|
||||
}, {
|
||||
title: i18n("Account editor")
|
||||
title: i18nc("@title:window", "Account editor")
|
||||
});
|
||||
|
||||
TapHandler {
|
||||
|
||||
Reference in New Issue
Block a user